Skip to content

Commit 36b3013

Browse files
committed
update gc options
1 parent df88a06 commit 36b3013

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jdtls

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ java -Declipse.application=org.eclipse.jdt.ls.core.id1 \
2828
# set stack size for each thread
2929
-Xss2m \
3030
# tweak garbage collection
31-
-XX:+UseParallelOldGC
31+
-XX:+UseG1GC \
32+
-XX:+UseLargePages
3233

0 commit comments

Comments
 (0)