sogno-platform/dpsim

GitLab CI should not use a hard coded limit of 32 CPU cores

Closed this issue · 2 comments

stv0g commented

Because it causes the buildbot to OOM kill arbitrary processes because of memory contraints:

Example: https://git.rwth-aachen.de/acs/public/simulation/dpsim/dpsim-github/-/jobs/1951371

This is not hardcoded anymore. Now nproc is used.

stv0g commented

Thanks :)