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 christian.heimes
Recipients christian.heimes, davide.rizzo, davin, methane
Date 2019-02-28.12:00:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551355205.14.0.386364157936.issue36139@roundup.psfhosted.org>
In-reply-to
Content
The change sounds like a good idea and should be backported, too.

IIRC mmap() performance also depends on MMU and TLB speed. In the past I have seen paravirtualized systems with poor MMU performance that caused fork() to be slow and Redis to hang.
History
Date User Action Args
2019-02-28 12:00:05christian.heimessetrecipients: + christian.heimes, methane, davide.rizzo, davin
2019-02-28 12:00:05christian.heimessetmessageid: <1551355205.14.0.386364157936.issue36139@roundup.psfhosted.org>
2019-02-28 12:00:05christian.heimeslinkissue36139 messages
2019-02-28 12:00:05christian.heimescreate