mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +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 {
|
||||
type = types.int;
|
||||
default = 1024;
|
||||
default = (3 * 1024);
|
||||
description = "RAM allocation for build VM";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue