Intellij和最小堆大小的问题

时间:2019-03-27 19:10:15

标签: java scala intellij-idea jvm scalaz

我正在导入该项目

https://github.com/scalaz/scalaz

进入Intellij。

但是我遇到最小堆大小的问题。我不确定在哪里设定尺寸。任何解决此问题的建议,请:

/usr/lib/jvm/java-8-openjdk/bin/java -agentlib:jdwp=transport=dt_socket,address=localhost:34077,suspend=n,server=y -Xdebug -server -Xms3784m -Xmx3784m -XX:MaxMetaspaceSize=1g -Xss4m -Xmx1536M -Didea.managed=true -Dfile.encoding=UTF-8 -jar 
Error occurred during initialization of VM
Initial heap size set to a larger value than the maximum heap size

以退出代码1完成的过程

1 个答案:

答案 0 :(得分:2)

Intellij 的首选项中,您可以设置sbt的最大堆大小:

enter image description here

这对我有用-确保是否打开新项目并检查Use sbt shell for importsfor builds。在屏幕截图中查看我的默认设置。