babashka: increase java heap space max to 4500

3g has very long build times and also doesn't build 100% of the time
it's also the new default since:
https://github.com/borkdude/babashka/commit/7fc33dcb21c067ea8212e07a55e3ac08c284409f
This commit is contained in:
Benjamin Andresen
2020-04-26 13:17:52 +02:00
parent a7f59a5946
commit f6ee88f41e
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
--no-server \
--report-unsupported-elements-at-runtime \
"--initialize-at-run-time=org.postgresql.sspi.SSPIClient" \
"-J-Xmx3g"
"-J-Xmx4500m"
'';
installPhase = ''