Skip to content

Commit

Permalink
Merge pull request #667 from dos65/increase_default_xmx
Browse files Browse the repository at this point in the history
Increase default Xmx to 1G
  • Loading branch information
tgodzik committed Sep 3, 2021
2 parents d861437 + 8ba676f commit 27e66c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"type": "string"
},
"default": [
"-Xmx512m"
"-Xmx1G"
],
"markdownDescription": "Optional list of properties to pass along to the Metals server. By default, the environment variable `JAVA_OPTS` and `.jvmopts` file are respected. Each property needs to be a separate item.\n\nExample: `-Dhttps.proxyHost=…`, `-Dhttps.proxyPort=…` or `-Dmetals.statistics=all`"
},
Expand Down

0 comments on commit 27e66c5

Please sign in to comment.