[pypy-svn] r79410 - pypy/branch/jit-free/pypy/rpython/memory/gc

arigo at codespeak.net arigo at codespeak.net
Tue Nov 23 16:56:49 CET 2010


Author: arigo
Date: Tue Nov 23 16:56:48 2010
New Revision: 79410

Modified:
   pypy/branch/jit-free/pypy/rpython/memory/gc/minimark.py
Log:
Cover more cases in the doc.

Modified: pypy/branch/jit-free/pypy/rpython/memory/gc/minimark.py
==============================================================================
--- pypy/branch/jit-free/pypy/rpython/memory/gc/minimark.py	(original)
+++ pypy/branch/jit-free/pypy/rpython/memory/gc/minimark.py	Tue Nov 23 16:56:48 2010
@@ -26,7 +26,7 @@
                         to more than PYPY_GC_MAX_DELTA the amount really
                         used after a collection.  Defaults to 1/8th of the
                         total RAM size (which is constrained to be at most
-                        4GB on 32-bit systems).  Try values like '200MB'.
+                        2/3/4GB on 32-bit systems).  Try values like '200MB'.
 
  PYPY_GC_MIN            Don't collect while the memory size is below this
                         limit.  Useful to avoid spending all the time in



More information about the Pypy-commit mailing list