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

Merge branch 'aws-less-swap' into 'develop'

Less swap on disk constrained AWS hosts

See merge request privatestorage/PrivateStorageio!150
parents 60e19f7d de891bb9
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
boot.kernel.sysctl = { "vm.swappiness" = 0; };
swapDevices = [ {
device = "/var/swapfile";
size = 8192; # megabytes
size = 4096; # megabytes
randomEncryption = true;
} ];
......
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