mirror of
https://github.com/lineageos4microg/docker-lineage-cicd
synced 2024-11-09 10:09:56 +01:00
improve documentation for PARALLEL_JOBS
This commit is contained in:
parent
15ba459d3c
commit
bded815a68
@ -177,7 +177,9 @@ Other useful settings are:
|
||||
* `CRONTAB_TIME (now)`: instead of building immediately and exit, build at the
|
||||
specified time (uses standard cron format)
|
||||
* `ZIP_SUBDIR (true)`: Move the resulting zips to $ZIP_DIR/$codename instead of $ZIP_DIR/
|
||||
* `PARALLEL_JOBS`: Limit the number of parallel jobs to run. (`-j` for `repo sync` and `mka`)
|
||||
* `PARALLEL_JOBS`: Limit the number of parallel jobs to run (`-j` for `repo sync` and `mka`).
|
||||
By default, the build system should match the number of parallel jobs to the number of cpu
|
||||
cores on your machine. Reducing this number can help keeping it responsive for other tasks.
|
||||
|
||||
The full list of settings, including the less interesting ones not mentioned in
|
||||
this guide, can be found in the [Dockerfile][dockerfile].
|
||||
|
Loading…
Reference in New Issue
Block a user