Skip to content

Commit

Permalink
Merge pull request #4877 from xuwei-k/oom-error-message
Browse files Browse the repository at this point in the history
fix OutOfMemoryError message
  • Loading branch information
eed3si9n committed Jul 18, 2019
2 parents abb72ce + 534fbff commit 1ca295c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/main/scala/sbt/MainLoop.scala
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ object MainLoop {
"ScalaLibrary"
else "")
val msg: String =
s"Caught $oom\nTo best utilize classloader caching and to prevent file handle leaks, we" +
s"Caught $oom\nTo best utilize classloader caching and to prevent file handle leaks, we " +
s"recommend running sbt without a MaxMetaspaceSize limit. $testOrRunMessage"
state.log.error(msg)
state.log.error("\n")
Expand Down

0 comments on commit 1ca295c

Please sign in to comment.