Skip to content
Snippets Groups Projects
Commit fed89682 authored by Benoit Donneaux's avatar Benoit Donneaux
Browse files

No need - no swap file/partition on Vagrant VMs

parent 33bcb61c
No related branches found
No related tags found
2 merge requests!469update production,!437Fix the swap configuration for hro-cloud and matches production
Pipeline #5893 passed
......@@ -20,7 +20,7 @@
boot.loader.grub.device = "/dev/vda";
boot.initrd.availableKernelModules = [ "ata_piix" "virtio_pci" "virtio_blk" "sd_mod" "sr_mod" ];
boot.kernel.sysctl = { "vm.swappiness" = 1; };
boot.kernel.sysctl = { "vm.swappiness" = 0; };
boot.kernelParams = [ "console=tty0" "console=ttyS0,115200" ];
# remove the fsck that runs at startup. It will always fail to run, stopping
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment