1827955 Members
2740 Online
109973 Solutions
New Discussion

Share memory

 
Avadhoot_4
Occasional Contributor

Share memory

hi !!

I want to increase the share memory for one
database . How should i go ?

Thanks
Avadhoot
1 REPLY 1
U.SivaKumar_2
Honored Contributor

Re: Share memory

Hi,

#echo [size-in-bytes] > /proc/sys/kernel/shmmax

To keep the raised shared memory permanent even after system reboot.

add this line to /etc/sysctl.conf
kernel.shmmax = [size-inbytes]

regards,
U.SivaKumar








Innovations are made when conventions are broken