sbt/tasks/src/main/scala/sbt
Ethan Atkins d78d8d650c Don't automatically die on OOM: metaspace
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.
2019-05-28 09:53:36 -07:00
..
CompletionService.scala apply formatting 2019-04-20 03:23:54 -04:00
ConcurrentRestrictions.scala address more warnings 2018-09-18 17:45:24 -04:00
Execute.scala Don't automatically die on OOM: metaspace 2019-05-28 09:53:36 -07:00
ExecuteProgress.scala open up ExecuteProgress, and adds a few keys 2019-03-19 00:42:46 -04:00
Incomplete.scala Update header 2018-09-14 04:53:36 -04:00
Node.scala Update header 2018-09-14 04:53:36 -04:00
Result.scala Update header 2018-09-14 04:53:36 -04:00