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 orsenthil
Recipients corona10, eric.snow, erlendaasland, orsenthil, pablogsal, vstinner
Date 2021-06-09.22:20:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623277206.38.0.393167438302.issue44360@roundup.psfhosted.org>
In-reply-to
Content
>  Maybe you should give more memory to your worker, or you should spawn less jobs in parallel

It was related to high number of jobs in that particular agent and result in OOM Kill from the Linux kernel - https://pastebin.com/559H4ksa

The machine has 1GB Ram, but I realize that it has only one 1 CPU (This seems not optimal, minimal of 2 CPU seems to be recommendation - https://devguide.python.org/buildworker/) 

I will change it to run few jobs in parallel, and disable some services which are not used) and we could see again.

For this, I would rather side with an agent resource issue than a compiler issue. Sorry for that.


--- 

I also notice number unsuccessful SSH attempts on the server (today) - https://pastebin.com/ab0EKDuF


The agent got unreachable probably due this, and I did reboot of the agent from the cloud console, so that I could login and see what might have happened.
History
Date User Action Args
2021-06-09 22:20:06orsenthilsetrecipients: + orsenthil, vstinner, eric.snow, corona10, pablogsal, erlendaasland
2021-06-09 22:20:06orsenthilsetmessageid: <1623277206.38.0.393167438302.issue44360@roundup.psfhosted.org>
2021-06-09 22:20:06orsenthillinkissue44360 messages
2021-06-09 22:20:06orsenthilcreate