[pypy-svn] pypy default: Update the numbers.

arigo commits-noreply at bitbucket.org
Mon Apr 4 18:19:54 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r43153:563264d53fdd
Date: 2011-04-04 18:19 +0200
http://bitbucket.org/pypy/pypy/changeset/563264d53fdd/

Log:	Update the numbers.

diff --git a/pypy/doc/getting-started-python.rst b/pypy/doc/getting-started-python.rst
--- a/pypy/doc/getting-started-python.rst
+++ b/pypy/doc/getting-started-python.rst
@@ -79,7 +79,8 @@
 
    possibly replacing ``--opt=jit`` with another `optimization level`_
    of your choice like ``--opt=2`` if you do not want the included JIT
-   compiler.  As of March 2011, Intel **32-bit** environment needs ``4GB``.
+   compiler.  As of March 2011, Intel 32-bit environment needs **at
+   least** 2GB, and 64-bit needs 4GB.
 
 .. _`optimization level`: config/opt.html
 


More information about the Pypy-commit mailing list