tut icon indicating copy to clipboard operation
tut copied to clipboard

Garbage collector issue when the ScalaJS plugin is enabled

Open nrinaudo opened this issue 7 years ago • 0 comments

This is a really odd one: I can reproduce an OOM (gc overhead) exception systematically when running tut on my projects, on my local computer, if the scala.js plugin is enabled.

I don't know that this is an issue with tut - it probably isn't - but, in case somebody encounters it: the workaround is to use a non-default gc configuration. I basically copied cat's .jvmopts file, and the problem went away.

nrinaudo avatar Feb 03 '18 17:02 nrinaudo