mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
Give more memory for the disk image builder
http://hydra.nixos.org/build/26480662
This commit is contained in:
parent
0f90d10d0b
commit
106738b196
2 changed files with 5 additions and 4 deletions
|
@ -39,6 +39,7 @@ pkgs.vmTools.runInLinuxVM (
|
|||
exportReferencesGraph =
|
||||
[ "closure" config.system.build.toplevel ];
|
||||
inherit postVM;
|
||||
memSize = 1024;
|
||||
}
|
||||
''
|
||||
${if partitioned then ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue