Adjusting the available memory to zones for oracle
Hi all i have a question about available memoru inside the zone.
oracle is reporting aprox 3.9Gb from my 16gb that is like 1/4
previously(sol 7-8-9) you could adjust kernel parameter and shell limit values in the /etc/system but in sol 10 there is a small instruction on the oracle site and it goes something like:
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
ok i have adjusted the available memory inside the zone by executing
# prctl -n project.max-shm-memory -v 6gb -r -i project user.root
and now it is showing 6gb when using the:
prctl -n project.max-shm-memory -i project user.root
but oracle is still reporting 3.9 what is the probblem do i have to do this in the global zone?

