We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Builds are failing on build-osuosl-ppc64-aix-71-2 with 'too many processes' messages - e.g. https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk14/job/jdk14-aix-ppc64-openj9/10/console
/opt/IBM/xlC/16.1.0/bin/xlclang++ -I../../tools/tracegen -I../../../include -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c -s -q64 -qlanglvl=extended0x -qarch=ppc -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -qxlcompatmacros -fno-exceptions -fno-rtti -O3 -qhalt=w -g -o FileUtils.o ../../tools/tracegen/FileUtils.cpp /opt/IBM/xlC/16.1.0/bin/.orig/xlclang++: error: 1501-222 cannot fork process - Resource temporarily unavailable 1586-495 (U) SYSTEM LIMIT EXCEEDED: Too many processes are active. ../../omrmakefiles/rules.mk:379: recipe for target 'FileUtils.o' failed gmake[6]: *** [FileUtils.o] Error 254
The text was updated successfully, but these errors were encountered:
This seems mostly (though not 100%) repeatable - the load is runnign at about 10 at the time it crashes (although it peaks at about 20 previously).
I'm going to try limiting the amount of RAM the job thinks it has and see what happens. The process ulimit on the machine/jenkins user is unlimited
ulimit
unlimited
Sorry, something went wrong.
Paging space is 4Gb on these machines which is quite low compared to the 32Gb of RAM the build machines have (16Gb taken by ramdisk)
sxa
Successfully merging a pull request may close this issue.
Builds are failing on build-osuosl-ppc64-aix-71-2 with 'too many processes' messages - e.g. https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk14/job/jdk14-aix-ppc64-openj9/10/console
The text was updated successfully, but these errors were encountered: