ff5a8516dd
During this update, due to a new version of Java, the software broke. On startup it crashed with the error: "Conflicting collector combinations in option list". This was due to mixing the default `-XX:+UseG1GC` and the `-XX:+UseConcMarkSweepGC -XX:+UseParNewGC` flags. I removed the latter flags, leaving the default garbage collector Furthermore, on succesful launch, the game wound warn about the `-XX:PermSize=192m -XX:MaxPermSize=192m` flags, that were removed in Java 8. Thus, those flags were also removed. The `substituteInPlace` deprecated `--replace` argument was also replaced by the new alternatives. |
||
---|---|---|
.. | ||
default.nix |