Most Frequently Used JVM Parameters

Most Frequently Used JVM Parameters

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

Vaibhav

Administrator
Staff member
Dec 10, 2015
21
1
3
36
Vaibhav submitted a new resource:

Most Frequently Used JVM Parameters - Hot Spot JVM Tuning

Command line options that toggle on or off a feature or attribute of the HotSpot VM have the form -XX:<+|−>FeatureName where + indicates enable the feature and − indicates disable the feature. Command line options that require a numerical value have the form

-XX:FeatureName=<n> where n is some numerical value. All command line options that require a numerical value that controls the size of some attribute in kilobytes, megabytes, or gigabytes accept the following suffixes: g, m, k....

Read more about this resource...