Forum Discussion
Altera_Forum
Honored Contributor
20 years agoproblem with oom(out of memoty)
Hi, I am getting the out of memory. At times the process chosen, "vidcat"(an app), is killed will all its threads. Why it so? And what can I do ? I am getting this exception with kernel 2.6.x of u...
Altera_Forum
Honored Contributor
20 years agoHi leewood,
Wel-come to the club. I am also looking for same solution, it sound like uclinux issue. http://www.ucdot.org/article.pl?sid=04/08/04/1243240 (http://www.ucdot.org/article.pl?sid=04/08/04/1243240) Just check above link by David McCullough hint: You can add some show_mem(); func call in your driver to see how much memory is free when kernel goes out of memory. Look for which kind of memory your process required and those page are free or not. Nios uclinux have only __DMA__ pages........ thanks, Ankur