1
0
Fork 0

Reduce laminar executors

This commit is contained in:
Malte Brandy 2021-11-26 05:57:12 +01:00
parent 7ee7f18da5
commit 878fb35b6b
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -39,7 +39,7 @@ in
echo "Result was: $RESULT"
'';
contexts = {
"default.conf" = builtins.toFile "default.conf" "EXECUTORS=8";
"default.conf" = builtins.toFile "default.conf" "EXECUTORS=4";
};
};
users = {