Any advice on memory use on Solaris is appreciated
<<<<<

Take a look at:

http://people.ee.ethz.ch/~oetiker/tobjour/2003-02-12-09-00-f-1.html

There's some useful information, including a chunk covering what you're after. Specifically try:

  pmap -x  PID

the private/anon column shows the amount of memory exclusive to the process.

Carl

Reply via email to