Tuesday, November 4, 2014

Increasing or decreasing heap memory in WCS

Application servers > server1 > Process Definition > Java Virtual Machine

Increase size from 512 to 1024

For debugging :

Set this parameter in the Generic JVM arguments
-XX:+PrintClassHistogram

The histogram gave a pretty good idea of the objects in memory that helped us trace the issue.

No comments:

Post a Comment