1

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.

Jacek Laskowski
  • 72,696
  • 27
  • 242
  • 420
user_1357
  • 7,766
  • 13
  • 63
  • 106

1 Answers1

1

You should try this:

sbt -mem 8192
Jacek Laskowski
  • 72,696
  • 27
  • 242
  • 420
Pavel Ajtkulov
  • 515
  • 7
  • 21
  • You should try to extend your answer by providing more information why this helps. – MrTux Sep 25 '14 at 00:11
  • see also http://stackoverflow.com/questions/3868863/how-to-specify-jvm-maximum-heap-size-xmx-for-running-an-application-with-run – Jean Sep 25 '14 at 07:49