diff options
Diffstat (limited to 'usr/src/uts/common/conf/param.c')
-rw-r--r-- | usr/src/uts/common/conf/param.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/conf/param.c b/usr/src/uts/common/conf/param.c index 6b3ba51f31..64227a3998 100644 --- a/usr/src/uts/common/conf/param.c +++ b/usr/src/uts/common/conf/param.c @@ -404,10 +404,10 @@ int nexectype = sizeof (execsw) / sizeof (execsw[0]); /* # of exec types */ kmutex_t execsw_lock; /* Used for allocation of execsw entries */ /* - * symbols added to make changing max-file-descriptors + * symbols added to make changing proc.max-file-descriptor * simple via /etc/system */ -#define RLIM_FD_CUR 0x100 +#define RLIM_FD_CUR 0x10000 #define RLIM_FD_MAX 0x10000 uint_t rlim_fd_cur = RLIM_FD_CUR; |