2
0
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:
Jon Tourville
2021-07-19 13:53:09 -05:00
parent e82a23dfe4
commit efe39e7590

View File

@@ -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