Re: [pypy-dev] GC error

2012-01-17 Thread Rich Drewes
On 01/17/2012 02:50 PM, Maciej Fijalkowski wrote: That means you're running a 32bit program in a 64bit environment Yup, that was it. For some reason the package from the launchpad ppa that was pulled in was 32 bit. Rich ___ pypy-dev mailing list py

Re: [pypy-dev] GC error

2012-01-17 Thread Rich Drewes
On 01/16/2012 09:59 PM, Timo Paulssen wrote: Hello, PyPy has a hard limit on its heap size. It can be specified with this environment variable: PYPY_GC_MAXThe max heap size. If coming near this limit, it will first collect more often, then raise an

Re: [pypy-dev] GC error

2012-01-16 Thread Rich Drewes
On 01/16/2012 02:02 PM, Romain Guillebert wrote: Hi PyPy may use more memory than cpython because of the JIT, can you try without the JIT (by passing --jit off to the interpreter) ? When I run with --jit off it gives a MemoryError at about the same point in the run, but with no exception trac

[pypy-dev] GC error

2012-01-16 Thread Rich Drewes
Hello all, Great work on pypy! I've had good luck with pypy generally but on a program that loads a very large data set I am getting a GC related exception: loading reads, on record 2500 RPython traceback: File "translator_goal_targetpypystandalone.c", line 888, in entry_point F