Skip to content
Snippets Groups Projects
Commit 01a62c3b authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Set the same swappiness for the localdev VMs

There is no swap to use but (a) try the setting anyway and (b) maybe there
will be at some point.
parent e85231e8
No related branches found
No related tags found
3 merge requests!140Merge staging into production,!118Merge develop into staging,!103Secure swap space and have 8 GB of swap consistently on all machines.
Pipeline #766 passed
......@@ -11,6 +11,7 @@
boot.initrd.availableKernelModules = [ "ata_piix" "sd_mod" "sr_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernel.sysctl = { "vm.swappiness" = 0; };
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
......@@ -33,4 +34,3 @@
# We want to push packages with morph without having to sign them
nix.trustedUsers = [ "@wheel" "root" "vagrant" ];
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment