0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

openstack-image-zfs: increase build-time RAM

This commit is contained in:
phaer 2024-09-04 13:51:59 +02:00
parent db8d63ba70
commit 52561c65a2

View file

@ -41,7 +41,7 @@ in
ramMB = mkOption {
type = types.int;
default = 1024;
default = (3 * 1024);
description = "RAM allocation for build VM";
};