Print this page
3772 consider raising default descriptor soft limit
Reviewed by: Piotr Jasiukajtis <estibi@me.com>
Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Joshua M. Clulow <josh@sysmgr.org>
*** 400,413 ****
};
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
* simple via /etc/system
*/
! #define RLIM_FD_CUR 0x100
#define RLIM_FD_MAX 0x10000
uint_t rlim_fd_cur = RLIM_FD_CUR;
uint_t rlim_fd_max = RLIM_FD_MAX;
--- 400,413 ----
};
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 proc.max-file-descriptor
* simple via /etc/system
*/
! #define RLIM_FD_CUR 0x10000
#define RLIM_FD_MAX 0x10000
uint_t rlim_fd_cur = RLIM_FD_CUR;
uint_t rlim_fd_max = RLIM_FD_MAX;