[issue30919] Shared Array Memory Allocation Regression

Serhiy Storchaka report at bugs.python.org
Sun Jul 16 05:24:37 EDT 2017


Serhiy Storchaka added the comment:

This can break Python 3 applications that work with shared arrays larger than the size of physical memory. If do this change, it should be optional.

Setting TMPDIR=/dev/shm restores performance of 2.7 version even on versions that we will decide to not patch.

----------

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


More information about the Python-bugs-list mailing list