You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2021. It is now read-only.
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.
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
.jvmoptsfile, and the problem went away.