Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions conf/jvm17-server.options
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@
--add-opens java.base/java.nio=ALL-UNNAMED

### GC logging options -- uncomment to enable
-Xlog:async

# In async mode JVM writes logs into a circular memory buffer; if the buffer fills up
# before it is drained, log records are silently dropped
# the default buffer size can be adjusted using the next option if needed
# -XX:AsyncLogBufferSize=2m

# Java 11 (and newer) GC logging options:
# See description of https://bugs.openjdk.java.net/browse/JDK-8046148 for details about the syntax
Expand Down
6 changes: 6 additions & 0 deletions conf/jvm21-server.options
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@


### GC logging options -- uncomment to enable
-Xlog:async

# In async mode JVM writes logs into a circular memory buffer; if the buffer fills up
# before it is drained, log records are silently dropped
# the default buffer size can be adjusted using the next option if needed
# -XX:AsyncLogBufferSize=2m

# Java 11 (and newer) GC logging options:
# See description of https://bugs.openjdk.java.net/browse/JDK-8046148 for details about the syntax
Expand Down