Results 1 to 4 of 4
can anybody tell me how to get heap size taken by a process and maximum heap size allowed for the process...
using pmap <pid> does not list the [heap] memory ...
- 10-25-2008 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 3
Heap size of a process
can anybody tell me how to get heap size taken by a process and maximum heap size allowed for the process...
using pmap <pid> does not list the [heap] memory information of that process.
also tried using /proc/<pid>/maps
Thanks in advance...
- 10-25-2008 #2
- 10-25-2008 #3Just Joined!
- Join Date
- Oct 2008
- Posts
- 3
yes, used pmap <pid> command, but could not see heap memory taken by the process.
Other reason may be the process is not using heap. (it is third party application).
but running same process under solaris, shows utilization of heap memory.
Any ideas, if i can use any other command?
- 10-25-2008 #4Just Joined!
- Join Date
- Oct 2008
- Posts
- 3
Forgot to mention i am using Red Hat Linux 2.6.9 x86_64
Thanks...


Reply With Quote