mirror of
https://github.com/Brodino96/webkit2gtk-automator.git
synced 2026-05-05 22:29:57 +02:00
feat(build): now limits hardware usage also on docker
This commit is contained in:
+4
-3
@@ -19,6 +19,7 @@ AUR_MAINTAINER_EMAIL=your@email.com
|
||||
# How often to poll the AUR for updates, in seconds (default: 3600 = 1 hour)
|
||||
POLL_INTERVAL_SECONDS=3600
|
||||
|
||||
# Number of CPU cores to use for compilation (default: all available cores)
|
||||
# Reduce this if you want to leave headroom for other processes on the server
|
||||
# NPROC=4
|
||||
# Number of CPU cores to use for compilation (default: 4)
|
||||
# This controls both the make -jN parallelism inside the build and the CPU
|
||||
# cap enforced by Docker on the container. Set it once, it applies everywhere
|
||||
NPROC=4
|
||||
|
||||
Reference in New Issue
Block a user