mirror of https://github.com/sbt/sbt.git
JDK8 compat issue, MaxPermSize removed since JDK 8
This commit is contained in:
parent
d8a8792946
commit
0f54be9c96
|
|
@ -4,6 +4,18 @@ Setup Notes
|
||||||
|
|
||||||
Some notes on how to set up your `sbt` script.
|
Some notes on how to set up your `sbt` script.
|
||||||
|
|
||||||
|
|
||||||
|
JDK8 compat issue
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
Since JDK 8 , The MaxPemSize not supported anymore.
|
||||||
|
|
||||||
|
You should remove -XX:MaxPermSize=???m from JAVA_OPTS
|
||||||
|
|
||||||
|
The sbt default configure file locate at /usr/share/sbt-launcher-packaging/bin/sbt-launch-lib.bash
|
||||||
|
|
||||||
|
You may modify it by hand if you want
|
||||||
|
|
||||||
Do not put `sbt-launch.jar` on your classpath.
|
Do not put `sbt-launch.jar` on your classpath.
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue