Red Hat AMQ 6
As of February 2025, Red Hat is no longer supporting Red Hat AMQ 6. If you are using AMQ 6, please upgrade: Migrating to AMQ 7.Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
2.5. JVM Configuration Options.
Abstract
Various settings for the JVM can be configured prior to startup. To do this, edit the
bin/setenv
file. The setenv
file is used as part of the start-up routine, so for any changes to be picked up they have to be made before JBoss A-MQ is started.
Setting Java Options Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
Java Options can be set using the
/bin/setenv
file. Use this file to set a number of Java Options, such as JAVA_MIN_MEM, JAVA_MAX_MEM, JAVA_PERM_MEM, JAVA_MAX_PERM_MEM. These are the default options. Other Java Options can be set using the EXTRA_JAVA_OPTS variable.
For example, to allocate minimum memory for the JVM use
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
. To set a Java option other than the defaults, use
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
. For example,
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
.
JAVA_MIN_MEM=512M # Minimum memory for the JVM
JAVA_MIN_MEM=512M # Minimum memory for the JVM
EXTRA_JAVA_OPTS="Java option"
EXTRA_JAVA_OPTS="Java option"
EXTRA_JAVA_OPTS="-XX:+UseG1GC"
EXTRA_JAVA_OPTS="-XX:+UseG1GC"