summary refs log tree commit diff
path: root/nixos/modules/testing
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/testing')
-rw-r--r--nixos/modules/testing/test-instrumentation.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/modules/testing/test-instrumentation.nix b/nixos/modules/testing/test-instrumentation.nix
index c1dbfe305ddd..f37bbd0246da 100644
--- a/nixos/modules/testing/test-instrumentation.nix
+++ b/nixos/modules/testing/test-instrumentation.nix
@@ -88,10 +88,6 @@ let kernel = config.boot.kernelPackages.kernel; in
 
     boot.consoleLogLevel = 7;
 
-    # Make sure we don't hit page allocation failures if the VM's memory is
-    # heavily fragmented.
-    boot.kernel.sysctl."vm.min_free_kbytes" = 16384;
-
     # Prevent tests from accessing the Internet.
     networking.defaultGateway = mkOverride 150 "";
     networking.nameservers = mkOverride 150 [ ];