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:
parent
db8d63ba70
commit
52561c65a2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ in
|
||||||
|
|
||||||
ramMB = mkOption {
|
ramMB = mkOption {
|
||||||
type = types.int;
|
type = types.int;
|
||||||
default = 1024;
|
default = (3 * 1024);
|
||||||
description = "RAM allocation for build VM";
|
description = "RAM allocation for build VM";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue