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 Marc.Brünink
Recipients Marc.Brünink
Date 2013-03-27.03:22:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364354575.82.0.702442791552.issue17555@psf.upfronthosting.co.za>
In-reply-to
Content
Importing multiprocessing.managers and creating new processes recursively is not a good idea. You will run out of memory very fast.  On my
machine with 8GB it only takes about 20 forks until I start swapping.
History
Date User Action Args
2013-03-27 03:22:55Marc.Brüninksetrecipients: + Marc.Brünink
2013-03-27 03:22:55Marc.Brüninksetmessageid: <1364354575.82.0.702442791552.issue17555@psf.upfronthosting.co.za>
2013-03-27 03:22:55Marc.Brüninklinkissue17555 messages
2013-03-27 03:22:55Marc.Brüninkcreate