> Here's my /etc/system
> any negative impact would be resulted?
> 
> /etc/system
> ...
> set shmsys:shminfo_shmmax=4294967295
> set shmsys:shminfo_shmmin=1
> set shmsys:shminfo_shmmni=1024
> set shmsys:shminfo_shmseg=4096
> set oopi:RFC1006_KeepAlive=1
> ...

The shmsys:shminfo_* parameters are obsolete
as of either Solaris 9 or Solaris 10, depending on which one;
see http://docs.sun.com/app/docs/doc/819-2724/appendixa-6?a=view

If they were doing anything, shmmni is the maximum number of System V
shared memory segment _identifiers_, while shmseg is the maximum
number of shared memory segments; so you may only be able to use
the lesser of shmmni or shmseg different System V shared memory segments.

At worst, the difference between the two  probably represents some
wasted kernel memory, but probably not enough to worry about much,
unless you're already very tight for memory.
-- 
This message posted from opensolaris.org
_______________________________________________
sysadmin-discuss mailing list
sysadmin-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss

Reply via email to