mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 09:30:21 +02:00
In an interactive session, it's possible for task evaluation to trigger an OOM: Metaspace but for sbt to continue working after that failure. Moreover, the metaspace oom can be caused by using a dependency classloader layer. If the user changes the layering strategy, they may be able to re-run their command successfully.