|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-15643) Consistent Out Of Memory E... [email protected] (JIRA)

I have had this before, and strongly suspect you are experiencing the same problem.
It isn't really memory you are running out of, you are hitting a limit on the number of processes/threads (possibly file descriptors). Try increasing these with ulimit -u and ulimit -n (you need to sudo to take these above the system defaults).