Problem When a J2EE web application is deployed into the WebSphere Application Server 7 (WAS), the WAS started to load very slow and keep hanging for whatever actions selected, end with a “java.lang.OutOfMemoryError” error message in the WebSphere’s log file. Solution The default WebSphere’s Java Virtual Machine memory is not enough; you should adjust more […]

Read more How to increase WebSphere JVM memory

Often times, we need to monitor our Linux server memory usage, “watch” is a handy command to display the real-time memory usage in Linux. NAME watch – execute a program periodically, showing output fullscreen We can issue the following command to keep track the real time memory usage in Linux. watch -d free -m The […]

Read more How to display the real-time memory usage in Linux