Senthil Kumaran <sent...@python.org> added the comment:

>  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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44360>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to