[New-bugs-announce] [issue19886] Better estimated memory requirements for bigmem tests

Serhiy Storchaka report at bugs.python.org
Wed Dec 4 20:30:13 CET 2013


New submission from Serhiy Storchaka:

Some bigmem tests actually consume much more memory than declare. This can cause swapping and too long time of test run. Here is a patch which improves estimates.

----------
components: Tests
files: bigmem_tests.patch
keywords: patch
messages: 205236
nosy: ezio.melotti, michael.foord, pitrou, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Better estimated memory requirements for bigmem tests
type: behavior
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file32973/bigmem_tests.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19886>
_______________________________________


More information about the New-bugs-announce mailing list