Hi Benedek, On 4 July 2014 17:01, Benedek Zoltan <[email protected]> wrote: > PYPY_GC_MAX_DELTA=200MB python2.6 --jit loop_longevity=300 > ../../rpython/bin/rpython -Ojit targetpypystandalone
The "PYPY_GC_MAX_DELTA" and the "--jit" options only make sense for PyPy, not for CPython. These options are described here if you use PyPy itself to do the translation. If you have exactly 4 GB of RAM, and you don't have any PyPy to start with, then CPython is probably using just too much memory indeed. A bientôt, Armin. _______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev
