forked from trinodb/trino
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow Kafka's SASL to use security manager under JDK 23
- Loading branch information
1 parent
7afe6e1
commit e953a3e
Showing
2 changed files
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
...ces/docker/trino-product-tests/conf/environment/multinode-kafka-sasl-plaintext/jvm.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
-server | ||
-Xmx2G | ||
-XX:G1HeapRegionSize=32M | ||
-XX:+ExplicitGCInvokesConcurrent | ||
-XX:+ExitOnOutOfMemoryError | ||
-XX:+HeapDumpOnOutOfMemoryError | ||
-XX:-OmitStackTraceInFastThrow | ||
-XX:ReservedCodeCacheSize=150M | ||
-XX:PerMethodRecompilationCutoff=10000 | ||
-XX:PerBytecodeRecompilationCutoff=10000 | ||
-Djdk.attach.allowAttachSelf=true | ||
# jdk.nio.maxCachedBufferSize controls what buffers can be allocated in per-thread "temporary buffer cache" (sun.nio.ch.Util). Value of 0 disables the cache. | ||
-Djdk.nio.maxCachedBufferSize=0 | ||
-DHADOOP_USER_NAME=hive | ||
-Duser.timezone=Asia/Kathmandu | ||
-XX:ErrorFile=/docker/logs/product-tests-presto-jvm-error-file.log | ||
# Allow loading dynamic agent used by JOL | ||
-XX:+EnableDynamicAgentLoading | ||
-XX:+UnlockDiagnosticVMOptions | ||
# https://bugs.openjdk.org/browse/JDK-8327134a | ||
-Djava.security.manager=allow |