Hello,
I have a Linux running on a ARM Cortex-A8 processor board. The version of the kernel is obtained by (uname -a):
Linux 2.6.29-dirty #2 Fri Jan 29 16:54:21 IST 2010 armv7l unknown
To debug some of my application which crashes due to malloc() failure(The size i am mallocing is large), and the board has 208 MB DRAM. On this Linux/board setup, i need to find out :
1)What is the Heap Size that is allocated/set aside for this kernet config.
2)How can i increase this heap size. Does it need kernel re-build/new version of kernel image?
Any pointers towards this will be helpful.
thanks,
-AD