]> git.ipfire.org Git - pakfire.git/commit
build parallelism: New way to figure that out.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 3 Feb 2013 20:40:16 +0000 (21:40 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 3 Feb 2013 20:40:16 +0000 (21:40 +0100)
commitf7a632ab069e3439f312023fc599dc659c197568
treec595b77b6c6fb52b6c6b84c0c052aedd667aac7e
parent879abfa1d86f820326bd8edab5e7d5c8991cc9f0
build parallelism: New way to figure that out.

The system will now use either the old formula,
CPU cores * 2 + 1 or the amount of memory in megabytes devided
by 128 (i.e. each compiler process can have 128M RAM) which ever
is less.
python/pakfire/system.py