Out of memory Problem

Posted by Sunil on Super User See other posts from Super User or by Sunil
Published on 2011-02-28T04:50:17Z Indexed on 2011/02/28 7:27 UTC
Read the original article Hit count: 510

Filed under:
|
|

I'm running a C++ program in Ubuntu 10.04 (32-bit system architecture). If I calculate the amount of memory that my program uses, it comes up to 800MB. I have a 4GB RAM in place. But still before the program even finishes it throws an out of memory exception. Why is that happening ? Is it because of the structure of the memory or implementation problems or what could possibly trigger this issue ? I've had seen this problem quite a number of times before but never understood the reason behind it. Have any of you handled this case before ?

© Super User or respective owner

Related posts about linux

Related posts about memory