Skip to content

Commit

Permalink
Fixed jvm.config
Browse files Browse the repository at this point in the history
Removed UseBiasedLocking, as it resulted with invalid parameter which caused the trino-coordinator to crash.
Also relates to issue: bitsondatadev#41
  • Loading branch information
SirNatan1 committed Mar 25, 2024
1 parent 1ff80e7 commit e86fb69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mysql/trino-mysql/etc/jvm.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
-server
-Xmx1G
-XX:-UseBiasedLocking
-XX:+UseG1GC
-XX:G1HeapRegionSize=32M
-XX:+ExplicitGCInvokesConcurrent
Expand All @@ -9,4 +8,4 @@
-XX:+ExitOnOutOfMemoryError
-XX:ReservedCodeCacheSize=256M
-Djdk.attach.allowAttachSelf=true
-Djdk.nio.maxCachedBufferSize=2000000
-Djdk.nio.maxCachedBufferSize=2000000

0 comments on commit e86fb69

Please sign in to comment.