annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/lib/server/Xusage.txt @ 68:5028fdace37b

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 16:23:26 -0400
parents
children
rev   line source
jpayne@68 1 -Xmixed mixed mode execution (default)
jpayne@68 2 -Xint interpreted mode execution only
jpayne@68 3 -Xbootclasspath:<directories and zip/jar files separated by :>
jpayne@68 4 set search path for bootstrap classes and resources
jpayne@68 5 -Xbootclasspath/a:<directories and zip/jar files separated by :>
jpayne@68 6 append to end of bootstrap class path
jpayne@68 7 -Xbootclasspath/p:<directories and zip/jar files separated by :>
jpayne@68 8 prepend in front of bootstrap class path
jpayne@68 9 -Xnoclassgc disable class garbage collection
jpayne@68 10 -Xlog:<opts> control JVM logging, use -Xlog:help for details
jpayne@68 11 -Xbatch disable background compilation
jpayne@68 12 -Xms<size> set initial Java heap size
jpayne@68 13 -Xmx<size> set maximum Java heap size
jpayne@68 14 -Xss<size> set java thread stack size
jpayne@68 15 -Xfuture enable strictest checks, anticipating future default
jpayne@68 16 -Xrs reduce use of OS signals by Java/VM (see documentation)
jpayne@68 17 -Xcheck:jni perform additional checks for JNI functions
jpayne@68 18 -Xshare:off do not attempt to use shared class data
jpayne@68 19 -Xshare:auto use shared class data if possible (default)
jpayne@68 20 -Xshare:on require using shared class data, otherwise fail.
jpayne@68 21
jpayne@68 22 The -X options are non-standard and subject to change without notice.