Nov 7, 2002 #1 tatead MIS Jul 11, 2002 6 US What is the high limit for the nofiles parameter in the /etc/security/limits file?
Nov 8, 2002 #3 AIXSPadmin MIS May 3, 2002 633 US 32767 as shown: This is in /usr/include/sys/param.h as: #define NOFILE OPEN_MAX and OPEN_MAX is defined in /usr/include/sys/limits.h as: #define OPEN_MAX 32767 This is the default configuration value in the kernel master file, but can be overridden. Upvote 0 Downvote
32767 as shown: This is in /usr/include/sys/param.h as: #define NOFILE OPEN_MAX and OPEN_MAX is defined in /usr/include/sys/limits.h as: #define OPEN_MAX 32767 This is the default configuration value in the kernel master file, but can be overridden.