[pypy-dev] compiling with 4G ram

Benedek Zoltan benzolius at yahoo.com
Fri Jul 4 17:01:40 CEST 2014


Hi,

Recently I tried to compile Pypy on a Linux x86_64 machine with only 4G RAM, according to the instructions:

http://pypy.org/download.html


I tried by CPython2.6 by the command:

PYPY_GC_MAX_DELTA=200MB python2.6 --jit loop_longevity=300 ../../rpython/bin/rpython -Ojit targetpypystandalone

I had to remove the --jit option and the compiling process uses all the ram.

Is there a way to reduce the used memory amount, or I have no chance to try Pypy on this machine?

Thanks
Zoltan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20140704/df65b78d/attachment.html>


More information about the pypy-dev mailing list