about summary refs log tree commit diff
path: root/nixos/tests/ceph-single-node-bluestore.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/ceph-single-node-bluestore.nix')
-rw-r--r--nixos/tests/ceph-single-node-bluestore.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/ceph-single-node-bluestore.nix b/nixos/tests/ceph-single-node-bluestore.nix
index f706d4d56fcf..acaae4cf300e 100644
--- a/nixos/tests/ceph-single-node-bluestore.nix
+++ b/nixos/tests/ceph-single-node-bluestore.nix
@@ -34,7 +34,6 @@ let
 
   generateHost = { pkgs, cephConfig, networkConfig, ... }: {
     virtualisation = {
-      memorySize = 1024;
       emptyDiskImages = [ 20480 20480 20480 ];
       vlans = [ 1 ];
     };