Wuhai’s Weblog

November 13, 2008

ngroups_max

Filed under: AIX,Linux,RedHat,Solaris — wuhai @ 7:24 am

RHEL 3:
$ getconf NGROUPS_MAX
32

RHEL 4:
$ getconf NGROUPS_MAX
65536
$ /sbin/sysctl kernel.ngroups_max
kernel.ngroups_max = 65536
$ cat /proc/sys/kernel/ngroups_max
65536

RHEL 5:
$ getconf NGROUPS_MAX
65536
$ /sbin/sysctl kernel.ngroups_max
kernel.ngroups_max = 65536
$ cat /proc/sys/kernel/ngroups_max
65536

Solaris 10:
# getconf NGROUPS_MAX
16

To get rid of the above limit:
/etc/system
set ngroups_max = 32

AIX 5.2.0.0:
# getconf NGROUPS_MAX
64

reference:

http://www.j3e.de/ngroups.html

Leave a Comment »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Theme: Rubric. Blog at WordPress.com.

Follow

Get every new post delivered to your Inbox.