-
In my recent Tapir coding session I got:
As the project is quite large, I suspect I'd need to allocate more memory for Metals, but I'm not sure (a) what's the default, (b) which setting is the correct one. In the extension settings I found "Ammonite Jvm Properties" and "Bloop Jvm Properties", though I'm not sure if it's one of those. I'd suspect the Bloop one, though I didn't yet read the article you linked in the other question so I'm still not quite sure what Bloop is ;) Anyway, having a setting like "Metals memory" or "Metals Jvm Properties" (as it's Metals that I'm using as an IDE) would be great. And to have some mention as to what is the default, so that I could bump that to *2. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can use serverProperties:
the above is my setting. With UseZGCand JDK 17 you might even skip -Xmx. The default is only 1g. |
Beta Was this translation helpful? Give feedback.
You can use serverProperties:
the above is my setting. With UseZGCand JDK 17 you might even skip -Xmx. The default is only 1g.