Skip to content

Commit

Permalink
vmargs auto-updated
Browse files Browse the repository at this point in the history
  • Loading branch information
willitcode committed Jan 17, 2024
1 parent a85135d commit e31de9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
],
"java.test.defaultConfig": "WPIlibUnitTests",
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx4G -Xms100m -Xlog:disable",
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx8G -Xms100m -Xlog:disable",
"editor.detectIndentation": false,
"editor.tabSize": 2,
"editor.insertSpaces": true,
Expand Down

0 comments on commit e31de9f

Please sign in to comment.