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 mboquien
Recipients mboquien, neologix, pitrou, sbt
Date 2014-04-03.09:01:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396515712.44.0.679574723.issue21116@psf.upfronthosting.co.za>
In-reply-to
Content
"the process will get killed when first writing to the page in case of memory pressure."

According to the documentation, the returned shared array is zeroed. https://docs.python.org/3.4/library/multiprocessing.html#module-multiprocessing.sharedctypes

In that case because the entire array is written at allocation, the process is expected to get killed if allocating more memory than available. Unless I am misunderstanding something, which is entirely possible.
History
Date User Action Args
2014-04-03 09:01:52mboquiensetrecipients: + mboquien, pitrou, neologix, sbt
2014-04-03 09:01:52mboquiensetmessageid: <1396515712.44.0.679574723.issue21116@psf.upfronthosting.co.za>
2014-04-03 09:01:52mboquienlinkissue21116 messages
2014-04-03 09:01:52mboquiencreate