3

How can I analyze high swap memory utilization of Solaris 10 for Java processes?

Nikhil Mulley
  • 8,145
  • 32
  • 49
Vishal
  • 131
  • 1

2 Answers2

0

You will propably have to look at what the garbage collector is doing. SDN has a nice technical article about it (and how to enable debug for gc).

A nice practical approach is described here. We normally use the mentioned gcview for this task (on Linux, but OS should not matter in this case).

Nils
  • 18,202
  • 11
  • 46
  • 82