Merge pull request #4877 from xuwei-k/oom-error-message

fix OutOfMemoryError message
This commit is contained in:
eugene yokota 2019-07-18 10:23:21 -04:00 committed by GitHub
commit 1ca295c2dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")