Why does sbt compile fail with StackOverflowError?

后端 未结 8 1253
孤独总比滥情好
孤独总比滥情好 2021-01-31 15:30

I am working on a Scala project that has been in existence for a few years but is new to me. My task is to upgrade it from Scala 2.9.3 to 2.11.7, along with its dependencies. I

相关标签:
8条回答
  • 2021-01-31 16:08

    Add to the bottom of /usr/local/etc/sbtopts

    -J-Xmx4G 
    -J-Xss4M
    

    All set.

    0 讨论(0)
  • 2021-01-31 16:08

    I just added -Xss in my Intellij sbt properties and the issue is resolved.

    Intellij SBT properties

    0 讨论(0)
提交回复
热议问题