Skip to content

Commit

Permalink
Change vscode settings
Browse files Browse the repository at this point in the history
Add recommendation from vscode itself not that we're a monorepo
lsp needs more memory.
  • Loading branch information
jvalkeal committed Feb 12, 2024
1 parent e12c62c commit 317a4b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"java.configuration.maven.userSettings": ".settings.xml"
"java.configuration.maven.userSettings": ".settings.xml",
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx4G -Xms100m -Xlog:disable"
}

0 comments on commit 317a4b8

Please sign in to comment.