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 pitrou
Recipients flox, kaifeng, neologix, pitrou
Date 2011-04-25.14:55:11
SpamBayes Score 0.01011418
Marked as misclassified No
Message-id <1303743309.3537.2.camel@localhost.localdomain>
In-reply-to <BANLkTimFzWwMwtDtmY3TnMj=w=_B6i83SQ@mail.gmail.com>
Content
> > The MALLOC_MMAP_THRESHOLD improvement is less visible here:
> >
> 
> Are you running on 64-bit ?

Yes.

> If yes, it could be that you're exhausting M_MMAP_MAX (malloc falls
> back to brk when there are too many mmap mappings).
> You could try with
> MALLOC_MMAP_THRESHOLD_=1024 MALLOC_MMAP_MAX_=16777216 ../opt/python
> issue11849_test.py

It isn't better.
History
Date User Action Args
2011-04-25 14:55:17pitrousetrecipients: + pitrou, flox, neologix, kaifeng
2011-04-25 14:55:11pitroulinkissue11849 messages
2011-04-25 14:55:11pitroucreate