-XX:MaxHeapFreeRatio=<Maximum> heap free percentage (default 70) 
-X:MinHeapFreeRation=<Minimum> heap free percentage (default 40) 
-Xint Intepreter only (no JIT Compilation) 
-XX:+UseBoundThreads This option forces all threads to be created as bound threads.
-XX:MaxHeapFreeRatio=70  Maximum percentage of heap free after GC to avoid shrinking 
-XX:MinHeapFreeRatio=40  Minimum percentage of heap free after GC to avoid expansion 
-XX:+UseThreadPriorities Use native thread priorities 
-XX:TargetSurvivorRatio=50 Desired percentage of survivor space used after scavenge 
-XX:ReservedCodeCacheSize=32m Reserved code cache size (in bytes) - maximum code cache size. [Solaris 64-bit: 1024m] 
-XX:SurvivorRatio=64 Ratio of eden/survivor space size [Solaris: 64, Solaris: 32 (on 1.3.1 and later), Linux/Windows: 8] 
-XX:ThreadStackSize=512  Thread Stack Size (in Kbytes) (0 means use default stack size) [Sparc: 512, Solaris Intel: 256, Sparc 64bit: 1024 all others 0] 
			
		
 
	
Partager