> >> While running an application on my target hardware, an ARM based system, I >> am getting the following OOM message. Is there any way to circumvent this >> problem? Is there any fix available for the same? > >echo 2 > /proc/sys/vm/overcommit_mode overcommit_memory I guess. I tried overcommit_memory=2, but system refused to fork any process, It was not possible to even 'cat'. It showed out of memory. I tried overcommit_memory=1, but not sure what kind of implication it will have on system. Regards, ~Abu -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/