Open m4rtint opened 1 year ago
I feel it's your setup. Try to increase the memory in sbt and see if that helps (see link below). https://www.baeldung.com/scala/sbt-heap-size
You can also pass it as an argument when you run sbt to increase the memory (e.g. sbt -J-Xmx2G
). This will set your max heap memory to 2G.
Hey there, OS: Windows Run method: SBT + JDK
Tried to run this script, however i'm getting out of memory error. unsure if it's my config, or my setup.