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:
7fc33dcb21
This commit is contained in:
Benjamin Andresen 2020-04-25 10:00:29 +02:00
parent a7f59a5946
commit f6ee88f41e

View File

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
--no-server \ --no-server \
--report-unsupported-elements-at-runtime \ --report-unsupported-elements-at-runtime \
"--initialize-at-run-time=org.postgresql.sspi.SSPIClient" \ "--initialize-at-run-time=org.postgresql.sspi.SSPIClient" \
"-J-Xmx3g" "-J-Xmx4500m"
''; '';
installPhase = '' installPhase = ''