eclipse-platform / eclipse.platform.releng.aggregator

Aggregated repository for Eclipse Java IDE
https://www.eclipse.org/eclipse/
Eclipse Public License 2.0
30 stars 74 forks source link

[Build] Build on larger centos-latest-8gb agents and increase max heap #2148

Closed HannesWell closed 3 months ago

HannesWell commented 3 months ago

Currently Jenkins builds for branches of this repository regularly fail because they run out of java heap space. This increases the max heap space limit from effectively 1.4GB (35% of 4GB RAM) to 2GiB and changes the Jenkins pipeline to run on centos-latest agents with the doubled amount of 8GB RAM. Otherwise the jobs get killed because insufficient memory for all running processes. @sravanlakkimsetti and @laeubi since you discussed these values in https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/1798, you might be interested. In general I have the impression that the memory demand to build the Eclipse SDK recently grew.