Posts Tagged ‘java profiling’

Simple Guide To Understand Resource Profile of Java Application

Simple Guide To Understand Resource Profile of Java Application
Synopsis This note describes a few simple commands on how to view the RAM and CPU usage of your Java process. It provides brief pointers on how to identify the influencing parameters and how to tweak it.Memory Java Heap The heap size of your Java process can be controlled by using a combination of –Xmx and –Xms. The heap size ...
Copyright © 2012 ViralPatel.net. All rights reserved.