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 vstinner
Recipients corona10, eric.snow, erlendaasland, orsenthil, pablogsal, vstinner
Date 2021-06-09.21:32:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623274368.89.0.265041989135.issue44360@roundup.psfhosted.org>
In-reply-to
Content
> Yes, this was related to the Linux OOM Killer.

Oh ok. Maybe you should give more memory to your worker, or you should spawn less jobs in parallel (-j1 instead of -j2). Or you should disable other services which eat memory.

How much memory does it have?
History
Date User Action Args
2021-06-09 21:32:48vstinnersetrecipients: + vstinner, orsenthil, eric.snow, corona10, pablogsal, erlendaasland
2021-06-09 21:32:48vstinnersetmessageid: <1623274368.89.0.265041989135.issue44360@roundup.psfhosted.org>
2021-06-09 21:32:48vstinnerlinkissue44360 messages
2021-06-09 21:32:48vstinnercreate