Hi!
> In my case 2 child processes from mtest01w try to allocate 1GB each and
> third one allocates around 100 MB.
> Both of the first 2 child processes throws this error "errno=ENOMEM(12):
> Cannot allocate memory" around 700MB. And third successfully finishes its
> job.
> Here are some details.
> * Actual physical memory: 80MB
> * Swap space is 2GB
> * /proc/sys/vm/overcommit_memory is 1
> * /proc/sys/vm/overcommit_ratio is 50
> 
> Can somebody please tell me why this might be happening?

Hmm, are you aware that in this case you RAM + SWAP is lesser than the
memory the program is trying to allocate, which will not work no matter
what.

-- 
Cyril Hrubis
[email protected]

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to