My ubuntu linux server x64 has 8GB of RAM. I would like to allocate 5GB to SGA.
here's what i add in my /etc/sysctl.conf
fs.file-max = 65535
kernel.shmall = 2097152
kernel.shmmax = 6442450944 (this is set to 6g)
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
net.ipv4.ip_local_port_range = 1024 65000
net.core.rmem_default = 1048576
net.core.rmem_max = 1048576
net.core.wmem_default = 262144
net.core.wmem_max = 262144
But it will not let me allocate 5GB to SGA. Anyone know what should i do to make it work? Thanks
here's what i add in my /etc/sysctl.conf
fs.file-max = 65535
kernel.shmall = 2097152
kernel.shmmax = 6442450944 (this is set to 6g)
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
net.ipv4.ip_local_port_range = 1024 65000
net.core.rmem_default = 1048576
net.core.rmem_max = 1048576
net.core.wmem_default = 262144
net.core.wmem_max = 262144
But it will not let me allocate 5GB to SGA. Anyone know what should i do to make it work? Thanks