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 MultiSosnooley
Recipients MultiSosnooley
Date 2018-05-08.11:26:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525778806.98.0.682650639539.issue33444@psf.upfronthosting.co.za>
In-reply-to
Content
On linux (ubuntu 16.04, 18.04 tested) with python 3.6.5, 3.5.5 and 3.7-dev (windows is not affected) there is ~850Mb of memory used by python process at sleep point. Replacing `submit` `result` with plain function call causes normal ~75Mb at sleep point.
Maybe it is linux side issue (or normal behavior).
History
Date User Action Args
2018-05-08 11:26:47MultiSosnooleysetrecipients: + MultiSosnooley
2018-05-08 11:26:46MultiSosnooleysetmessageid: <1525778806.98.0.682650639539.issue33444@psf.upfronthosting.co.za>
2018-05-08 11:26:46MultiSosnooleylinkissue33444 messages
2018-05-08 11:26:46MultiSosnooleycreate