Hi Roger,

On Tue, Aug 7, 2012 at 7:41 AM, Roger Flores <aide...@yahoo.com> wrote:
> Can someone else at least confirm this?

Yes, I can reproduce it easily running in a 32-bit chroot on a machine
with more than 4GB of RAM.

The problem is the same, and is still not solved: we run out of memory
when doing a minor cycle of garbage collection because we don't have
enough RAM to even copy the surviving objects outside the nursery.

We can try to fix this particular problem, which requires looking in
details through the GC for what occurs if any malloc fails during a
collection.


A bientôt,

Armin.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to