mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
nixos/tests: increase ram from 768 to 1024
Fixes simpleProvided test failing on unionfs using more ram than available. cc @edolstra @wkennington
This commit is contained in:
parent
79bd2b08ee
commit
e0102a91ea
@ -171,7 +171,7 @@ let
|
||||
];
|
||||
|
||||
virtualisation.diskSize = 8 * 1024;
|
||||
virtualisation.memorySize = 768;
|
||||
virtualisation.memorySize = 1024;
|
||||
virtualisation.writableStore = true;
|
||||
|
||||
# Use a small /dev/vdb as the root disk for the
|
||||
|
Loading…
Reference in New Issue
Block a user