Is it possible to allocate more memory for the process running the sbt plugin?
I am getting java.lang.OutOfMemoryError: GC overhead limit exceeded
for the one of the plugin I am running.
Is it possible to allocate more memory for the process running the sbt plugin?
I am getting java.lang.OutOfMemoryError: GC overhead limit exceeded
for the one of the plugin I am running.
You should try this:
sbt -mem 8192