1830146 Members
17178 Online
109999 Solutions
New Discussion

kernel: out of memory

 
Ryan Lee
Advisor

kernel: out of memory

I need help. Our system hang. After reboot, the log file shows below error. I using RHEL AS3 Update2/kernel-2.4.21-15.EL.
4 REPLIES 4
Vitaly Karasik_1
Honored Contributor

Re: kernel: out of memory

IMHO, you should add more swap space.

Rgds,
Vitaly
vetriselvan s
Advisor

Re: kernel: out of memory

Hi Lee,

I think the problem must be Insufficient Kernel Resource.You receive "Out of memory" exception from mxexec..

Plz Verify the kernel parameters against those listed in the system requirements at:
http://software.hp.com/products/SCMGR/

Probable Fix might be :
Increase associated kernel tunables including threads and stack & SWAP space required.
Ryan Lee
Advisor

Re: kernel: out of memory

I posted to bugzilla for ask this case, they told me add more swap files to system. I will try that for add more 2GB swapfile.

#dd if=/dev/zero of=/swapfile bs=1024 count=2097152
#mkswap /swapfile
#swapon /swapfile
HGN
Honored Contributor

Re: kernel: out of memory

Hi

The swap seems to be the issue here, looks like u added 1GB swap which should be good, you can check the swap usage with free.

Thx

Gopi