Author: Armin Rigo <[email protected]>
Branch: extradoc
Changeset: r253:7089e4114875
Date: 2011-09-05 18:37 +0200
http://bitbucket.org/pypy/pypy.org/changeset/7089e4114875/
Log: * Update the RAM usage estimate on 32-bit.
* Bold for fijal :-)
diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -119,7 +119,7 @@
hg clone https://bitbucket.org/pypy/pypy
</pre>
</li>
-<li><p class="first">Make sure you installed the dependencies. See the list
<a class="reference external"
href="http://pypy.readthedocs.org/en/latest/getting-started-python.html#translating-the-pypy-python-interpreter">here</a>.</p>
+<li><p class="first">Make sure you <strong>installed the
dependencies.</strong> See the list <a class="reference external"
href="http://pypy.readthedocs.org/en/latest/getting-started-python.html#translating-the-pypy-python-interpreter">here</a>.</p>
</li>
<li><p class="first">Enter the <tt class="docutils literal">goal</tt>
directory:</p>
<pre class="literal-block">
@@ -154,7 +154,7 @@
is 2 GB unless you hack a lot), then you can (for now) tweak some parameters
via environment variables and command-line options. The following command
takes a bit more time, but finishes with only using 3.0 GB of RAM (on
-Linux 64-bit; probably not much more than 1.5 GB on 32-bit). It should be
+Linux 64-bit; probably not much more than 1.6 GB on 32-bit). It should be
noted that it is less than with CPython.</p>
<pre class="literal-block">
PYPY_GC_MAX_DELTA=200MB pypy --jit loop_longevity=300 ./translate.py -Ojit
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -111,7 +111,7 @@
hg clone https://bitbucket.org/pypy/pypy
-2. Make sure you installed the dependencies. See the list here__.
+2. Make sure you **installed the dependencies.** See the list here__.
.. __:
http://pypy.readthedocs.org/en/latest/getting-started-python.html#translating-the-pypy-python-interpreter
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit