Skip to content

Commit 998f2f0

Browse files
authored
Change scope of jvmargs configuration (#2368)
Signed-off-by: Frederik Claus <[email protected]>
1 parent 43d7669 commit 998f2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
],
192192
"default": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx1G -Xms100m",
193193
"description": "Specifies extra VM arguments used to launch the Java Language Server. Eg. use `-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx1G -Xms100m ` to optimize memory usage with the parallel garbage collector",
194-
"scope": "window"
194+
"scope": "machine-overridable"
195195
},
196196
"java.errors.incompleteClasspath.severity": {
197197
"type": [

0 commit comments

Comments
 (0)