diff options
author | Joshua M. Clulow <jmc@joyent.com> | 2013-07-23 18:12:43 +0000 |
---|---|---|
committer | Joshua M. Clulow <jmc@joyent.com> | 2013-07-23 18:12:43 +0000 |
commit | e047f3e4740b452ddfb4f5764c60d3893a5caa2d (patch) | |
tree | 904f866ba426aa303ee03ec3d6cb70ec0f84e11f | |
parent | 7aff4da76c89b185234ddae7982bd2de75acf677 (diff) | |
download | illumos-joyent-e047f3e4740b452ddfb4f5764c60d3893a5caa2d.tar.gz |
OS-2387 Bump DEFAULT_MAXPID to 99999
-rw-r--r-- | usr/src/uts/common/sys/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/param.h b/usr/src/uts/common/sys/param.h index 50f6084cfb..657acc869e 100644 --- a/usr/src/uts/common/sys/param.h +++ b/usr/src/uts/common/sys/param.h @@ -101,7 +101,7 @@ extern "C" { #define DEFAULT_MAXPID 999999 #define DEFAULT_JUMPPID 100000 #else -#define DEFAULT_MAXPID 30000 +#define DEFAULT_MAXPID 99999 #define DEFAULT_JUMPPID 0 #endif |