[pypy-svn] r56011 - pypy/dist/pypy/doc

xoraxax at codespeak.net xoraxax at codespeak.net
Sat Jun 21 20:48:44 CEST 2008


Author: xoraxax
Date: Sat Jun 21 20:48:42 2008
New Revision: 56011

Modified:
   pypy/dist/pypy/doc/getting-started.txt
Log:
Make the note about memory consumption a bit more detailed.

Modified: pypy/dist/pypy/doc/getting-started.txt
==============================================================================
--- pypy/dist/pypy/doc/getting-started.txt	(original)
+++ pypy/dist/pypy/doc/getting-started.txt	Sat Jun 21 20:48:42 2008
@@ -558,7 +558,8 @@
 libncurses-dev``.
 
 This whole process will take some time and quite a lot of memory (around
-1GB).  It creates an executable ``pypy-c`` in the current directory.
+1200 MB on 32 bit machines).  It creates an executable ``pypy-c`` in
+the current directory.
 The ``--gc=hybrid`` option means that the ``pypy-c`` will use our own
 exact generational garbage collector implementation, whose performance
 is rather good nowadays.  The ``--thread`` option enables the thread



More information about the Pypy-commit mailing list