On Sun, 7 Jun 2015 at 03:43 Glyph <[email protected]> wrote: > > On Jun 6, 2015, at 6:40 PM, Glyph <[email protected]> wrote: > > https://buildbot.twistedmatrix.com/buildslaves/hawkowl-debian7-py34 - > which is apparently maintained by "Your Name Here < > [email protected]>" - is presently failing all its builds because > it is running out of memory. Can someone with access to this box, whoever " > [email protected]" is, please free up some RAM? > > -glyph > > > Oh, I spoke too soon. All the ENOMEMs are coming out of os.fork, which I > guess means somehow process spawning got disabled? I am wondering if the > buildslave has lingering subprocesses hanging out and blowing its cgroup > quota inside its docker container (these are running inside docker, right?) >
ENOMEM on fork() can just mean that overcommit is disabled and there is insufficient virtual memory available to temporarily accomodate 2x the process's memory size, even though there is enough memory available to accomodate 1x.
_______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
