Link to home
Start Free TrialLog in
Avatar of fancyqin
fancyqin

asked on

Modify SHMSEG

Hello,

The max attached shm segments per process is defined to 6 in my Solaris 8, which is less than what I need. I add one line in /etc/system:
    set SHMSEG=128
but after reboot system, it is said that variable SHMSEG is not defined in kernel.
By which command can I get a variable list of kernel?
And how can I change the SHMSEG?
Thank you.

Regards,
fancyqin
ASKER CERTIFIED SOLUTION
Avatar of ahoffmann
ahoffmann
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of fancyqin
fancyqin

ASKER

ahoffmann:

It's so helpful!
Thank you!

fancyqin