Skip to content

Commit fe2faad

Browse files
committed
fix(lsp): disable experimental JVM flags for jdtls launcher
1 parent 41fd7ba commit fe2faad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/kide/lsp/jdtls.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ local function jdtls_launcher()
149149
"-Dlog.level=ALL",
150150
"-Xmx4g",
151151
"-XX:+UseZGC",
152-
"-XX:+UseTransparentHugePages",
153-
"-XX:+AlwaysPreTouch",
152+
-- "-XX:+UseTransparentHugePages",
153+
-- "-XX:+AlwaysPreTouch",
154154
"--enable-native-access=ALL-UNNAMED",
155155
"--add-modules=ALL-SYSTEM",
156156
"--add-opens",

0 commit comments

Comments
 (0)