Skip to content

Commit

Permalink
chore(vscode): Increase memory requirements for language server
Browse files Browse the repository at this point in the history
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
  • Loading branch information
heliocastro committed Sep 8, 2024
1 parent ffbf1b1 commit eec9f15
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions sw360.code-workspace
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"folders": [
{
"path": ".",
},
"path": "."
}
],
"settings": {
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable",
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx4G -Xms100m -Xlog:disable",
"java.compile.nullAnalysis.mode": "automatic",
"workbench.colorCustomizations": {
"commandCenter.border": "#15202b99",
Expand All @@ -23,5 +23,7 @@
"peacock.color": "#42b883",
"java.configuration.updateBuildConfiguration": "automatic",
"java.format.settings.url": ".vscode/java-formatter.xml",
},
"java.compile.nullAnalysis.mode": "automatic",
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable"
}
}

0 comments on commit eec9f15

Please sign in to comment.