mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
parser: fix comment for jobs_max default value
This commit is contained in:
parent
e82a23dfe4
commit
efe39e7590
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ int mru_skip_cache = 1;
|
|||
/* for jobs_max and jobs
|
||||
* LONG_MAX : no limit
|
||||
* LONG_MIN : auto = detect system processing cores
|
||||
* n : use that number of processes/threads to compile policy
|
||||
* -n : multiply by the number of CPUs to compile policy
|
||||
*/
|
||||
#define JOBS_AUTO LONG_MIN
|
||||
#define DEFAULT_JOBS_MAX -8
|
||||
|
|
Loading…
Add table
Reference in a new issue