Remove `MaxPermSize` since sbt depends on JDK8

FTR:

```
[error] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
```
This commit is contained in:
jvican 2017-05-01 19:18:25 +02:00
parent c6610b9395
commit e69436adde
No known key found for this signature in database
GPG Key ID: 42DAFA0F112E8050
1 changed files with 1 additions and 2 deletions

View File

@ -362,8 +362,7 @@ def otherRootSettings =
()
},
scriptedLaunchOpts := {
List("-XX:MaxPermSize=256M",
"-Xmx512M",
List("-Xmx512M",
"-Dsbt.override.build.repos=true",
s"""-Dsbt.repository.config=${scriptedSource.value / "repo.config"}""")
},