STINNER Victor <victor.stin...@gmail.com> added the comment:

>> I ran test_bigmem on my computer. The test pass but it is really slow.
>
> Is this with or without the fix you just pushed? How much RAM does your
> system have? I tried running with "-M 4.5G" on my 8GB machine earlier
> today, and it ate through all of my RAM plus 4GB of swap before the OOM
> killer terminated it.

My PC has 12 GB of RAM and no swap. I ran the test after my commit.

I tried to enable swap but writing to the swap does completly crash my
kernel. My / uses btrfs and btrfs doesn't look to support swap files,
even with a loopback device.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14107>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to