mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
nixos/tests: Revert setting min_free_kbytes
This reverts commit02b568414d
. With a5bc11f and6353f58
in place, we really don't need this anymore. After running about 500 VM tests on my Hydra, it still didn't improve very much. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
6353f580f9
commit
00934bb908
|
@ -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 [ ];
|
||||
|
|
Loading…
Reference in a new issue