Solaris multi-threaded stack and heap monitoring on out-of-memory

54 Views Asked by At

I am running a multi-threaded C program on Solaris 10. I am getting some memory issue there with out-of-memory shown or a crash. How can I monitor heap and stack size dynamically to assess in a proactive (before out-of-memory situation) as well as reactive (after out-of-memory situation) mode?

0

There are 0 best solutions below