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 has been 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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.The text was updated successfully, but these errors were encountered: