I have two Liferay servers running (Cluster) on two different tomcat on two systems.
Problem is both are started at the same time but when I see with visualvm number of classes loaded shows different value.
- On Node 1 --> 100000+ classes loaded
- On Node 2 --> 50000+ classes loaded
Here note that I have all the java memory parameters configuration,system configuration,also the applications(Liferay plugins) deployed on the both nodes are same on both server.
Want just possible answers why its happening? Is there any way how we can check what other classes are loaded easily ? I know this link but it could be very cumbersome process.