Operating System - Tru64 Unix
1748228 Members
4403 Online
108759 Solutions
New Discussion юеВ

show current shared memory size

 
samsam001
Advisor

show current shared memory size

Hi,

In Tru64, how to show the current shared memory size and other paremeters setup by /etc/configuretab?

Thanks
3 REPLIES 3
samsam001
Advisor

Re: show current shared memory size

will sysconfig -d ipc only show the text in /etc/sysconfigtab or the actual current configuration in the kernel?

Thanks
Ivan Ferreira
Honored Contributor

Re: show current shared memory size

You can use:

sysconfig -q ipc shm_max

Also, you can check the shared memory usage with:

ipcs -a
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Ivan Ferreira
Honored Contributor

Re: show current shared memory size

BTW, welcome to the forum, please see also:

http://forums1.itrc.hp.com/service/forums/helptips.do?#28

And take a time to assing points to the people that helped you:

http://forums1.itrc.hp.com/service/forums/pageList.do?userId=CA1463740&listType=unassigned&forumId=1
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?