[issue5438] test_bigmem.test_from_2G_generator uses more memory than expected
Antoine Pitrou
report at bugs.python.org
Sun Mar 8 02:25:16 CET 2009
New submission from Antoine Pitrou <pitrou at free.fr>:
It seems test_from_2G_generator doesn't respect its announced memory
consumption. I launched test_bigmem with "-M 12G" on a 16GB machine, and
the interpreter process got killed by the OOM killer (Out Of Memory)
while running this test case.
----------
components: Tests
messages: 83295
nosy: pitrou
priority: normal
severity: normal
status: open
title: test_bigmem.test_from_2G_generator uses more memory than expected
type: resource usage
versions: Python 3.1
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5438>
_______________________________________
More information about the Python-bugs-list
mailing list