Forum Discussion
Altera_Forum
Honored Contributor
19 years agoerror : memory exhausted
When I try to run my application I get "memory exhausted" message. I have passed "mem = 32M" as kernel parameter to increase the ram allocation to kernel to 32 MB. But it still doesn't work.
Altera_Forum
Honored Contributor
19 years agoHippo,
My application uses non padded buffers of total size 2 MB. I have 32 MB RAM on baord and when i use free i see about 25 MB if free. My application works fine when i use non padded buffers but when i try to run the same with padded buffers it gives me "Memory Exhausted" error. When i say buffer i am referring to structures. What could be the problem?