mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-03 15:55:46 +00:00
parser: fix comment for jobs_max default value
This commit is contained in:
@@ -85,7 +85,7 @@ int mru_skip_cache = 1;
|
|||||||
/* for jobs_max and jobs
|
/* for jobs_max and jobs
|
||||||
* LONG_MAX : no limit
|
* LONG_MAX : no limit
|
||||||
* LONG_MIN : auto = detect system processing cores
|
* 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 JOBS_AUTO LONG_MIN
|
||||||
#define DEFAULT_JOBS_MAX -8
|
#define DEFAULT_JOBS_MAX -8
|
||||||
|
Reference in New Issue
Block a user