]> git.ipfire.org Git - people/stevee/pakfire.git/commit
Perform less parallelism
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 20 Apr 2015 21:37:58 +0000 (23:37 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 20 Apr 2015 21:37:58 +0000 (23:37 +0200)
commita9a26c41f9d6eb8d4c293112e94ad1659a8fd7b3
tree76dc3e93677e73c0b6aba6f1c8dc4809b406320e
parent53669ed62108d2f533d73a4d964123a6d7e68040
Perform less parallelism

Sometimes we have trouble with latest versions of g++
that requires too much RAM so that the OOM killer kills
all the compiler processes. Hence we will start less processes
at once for now.

This may to be increased even more in the future as it
seems that g++ requires much more memory with every release.
src/pakfire/system.py