Solaris Commands Question:
How to view the kernel (shmmax) parameter value in Solaris 10?
Answer:
To view the current values of the resource control, enter
the following commands:
#id -p //to verify the project ID
uid = 0 (Root) gid = 0 (Root) projid = 1 (user.root)
#prctl -n project.max-shm-memory -i project user.root
#prctl -n project.max=sem-ids -i project user.root
the following commands:
#id -p //to verify the project ID
uid = 0 (Root) gid = 0 (Root) projid = 1 (user.root)
#prctl -n project.max-shm-memory -i project user.root
#prctl -n project.max=sem-ids -i project user.root
Previous Question | Next Question |
How system identify run level at boot time? | Suppose /etc/system file file got deleted how you will regenerate from ok prompt in Solaris? |