This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients David.Edelsohn, T.Rex, miss-islington, sanket, skrah
Date 2020-08-17.22:17:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597702625.11.0.30835652503.issue41540@roundup.psfhosted.org>
In-reply-to
Content
> That's probably due to a very small size of the Paging Space of the AIX machine you used for testing.

That is the case, the machine has 160GB of memory and 1GB of paging space. I guess it is configured specifically for not freezing.


> About PSALLOC=early , I confirm that it perfectly fixes the issue.

I'm surprised, because it is unspeakably slow on this machine,
even with the skips in place:

PSALLOC=early time ./python -m test -uall test_decimal

I hit Ctrl-C after 10min, so it takes even longer:

Real   622.11
User   11.63
System 350.12  (!)



The -bmaxdata approach has no speed penalty. Note that you can
use 10 petabytes for the value, it should still prevent this issue.
History
Date User Action Args
2020-08-17 22:17:05skrahsetrecipients: + skrah, David.Edelsohn, miss-islington, sanket, T.Rex
2020-08-17 22:17:05skrahsetmessageid: <1597702625.11.0.30835652503.issue41540@roundup.psfhosted.org>
2020-08-17 22:17:05skrahlinkissue41540 messages
2020-08-17 22:17:04skrahcreate