Improve Capacity usage on AIX boxes #1559
Labels
aix
Issues that affect or relate to the AIX OS
enhancement
Issues that enhance the code or documentation of the repo in any way
Milestone
Ref adoptium/infrastructure#1151
We resolved this resource limit problem by reducing the amount of RAM which the builds script uses for it's calculation. This isn't ideal, and I suspect a preferable solution would be to make use of the
NUM_JOBS
variable to cap the number of things that can be run in parallel, as this can be controlled more effectively on a per-machine basis using theNUM_PROCESSORS
variable we have on most of the machines in jenkins (Although at the moment I'm not sure if this is used by the build processes other than for arm32)The text was updated successfully, but these errors were encountered: