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:
@@ -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 = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user