We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d9320 commit 5933792Copy full SHA for 5933792
lsp-java.el
@@ -92,7 +92,7 @@ Use http://download.eclipse.org/che/che-ls-jdt/snapshots/che-jdt-language-server
92
:type 'function
93
:group 'lsp-java)
94
95
-(defcustom lsp-java-vmargs '("-noverify" "-Xmx1G" "-XX:+UseG1GC" "-XX:+UseStringDeduplication")
+(defcustom lsp-java-vmargs '("-XX:+UseParallelGC" "-XX:GCTimeRatio=4" "-XX:AdaptiveSizePolicyWeight=90" "-Dsun.zip.disableMemoryMapping=true" "-Xmx1G" "-Xms100m")
96
"Specifies extra VM arguments used to launch the Java Language Server.
97
98
Eg. use `-noverify -Xmx1G -XX:+UseG1GC
0 commit comments