@Target(value={CONSTRUCTOR,TYPE}) @Retention(value=SOURCE) public @interface JvmOptions
| Modifier and Type | Optional Element and Description |
|---|---|
GarbageCollector |
gc
Garbage Collector implementation.
|
boolean |
heapDumpOnOutOfMemoryError
Instructs the JVM to dump heap into physical file in case of OutOfMemoryError
|
boolean |
preferIPv4Stack
Prefer IPv4 stack.
|
SecureRandomSource |
secureRandom
The Secure random source to use.
|
boolean |
server
Server Flag.
|
boolean |
useGCOverheadLimit
Is a policy that limits the proportion of the VM’s time that is spent in GC before an OutOfMemory error is thrown.
|
boolean |
useStringDeduplication
String deduplication flag.
|
int |
xms
Starting heap size in megabytes.
|
int |
xmx
Maxium heap size in megabytes.
|
public abstract int xms
public abstract int xmx
public abstract boolean server
public abstract boolean useStringDeduplication
public abstract boolean preferIPv4Stack
public abstract boolean heapDumpOnOutOfMemoryError
public abstract boolean useGCOverheadLimit
public abstract GarbageCollector gc
public abstract SecureRandomSource secureRandom
Copyright © 2018–2023 Red Hat. All rights reserved.