Memory details can be find either through command and from Admin console of websphere application server.
1. Login in putty and Linux terminal
2. Run " ps -ef|grep java "
If we run it as " ps -ef | grep java then it will show information about the all running server on that box like dmgr ,nodeagent etc.
If we find details for particular jvm then specify the name of jvm in place of java.
Example :-
Execute this command from the terminal
ps -ef | grep server1
Min memory is 50 MB
Max Menory is 256 MB
For more information see the Screenshot

No comments:
Post a Comment