ORA-27102: out of memory
When I tried to install oracle 10g on red hat Linux 4, I've stumbled on this error out of memory, but 10g is perfectly installed in my other Linux system that has the same memory any idea how to fix this?
Use 16 GB RAM and SWAP 16 GB
Check below mention parameter for your reference..
kernel.core_uses_pid = 1
fs.file-max = 327679
kernel.msgmni = 2878
kernel.msgmax = 8192
kernel.msgmnb = 65536
kernel.sem = 250 32000 100 142
kernel.shmmni = 4096
kernel.shmall = 1073741824
kernel.shmmax = 4294967295
net.core.rmem_default = 262144
# For 11g recommended value for net.core.rmem_max is 4194304
#net.core.rmem_max = 4194304
# For 10g uncomment the following line, comment other entries for this parameter and re-run sysctl -p