Parcourir la source

Add more detailed information about RAM usage

Baptiste Jonglez il y a 9 ans
Parent
commit
2616374f61
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5 1
      INSTALL.md

+ 5 - 1
INSTALL.md

@@ -12,7 +12,11 @@ System requirements
   another computer, then you need much less, probably as little as 512 MB of
   another computer, then you need much less, probably as little as 512 MB of
   RAM.  Celutz is a quite simple Django application.
   RAM.  Celutz is a quite simple Django application.
 - a fast CPU, again for tile generation.  Having multiple CPU will not be useful
 - a fast CPU, again for tile generation.  Having multiple CPU will not be useful
-  in most cases.
+  in most cases, because tile generation is single-threaded.
+
+For reference, generating tiles for a quite large panorama (30000x3487 pixels,
+amounting to 105 Mpixels, storing in JPEG) took 855 MB of RAM using Python 3.5
+with Pillow 3.0.0 on a x86_64 Linux system.
 
 
 Installation
 Installation
 ------------
 ------------