kcnhub: add swap note/warning

master
David Crompton 2025-03-28 13:56:47 -04:00
parent 6b14bf6513
commit 6ec163ba8d
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@
options = [ "defaults" "pquota" ];
};
# Note: Using swap on the SSD rapidly degrades its lifespan
# Especially large swaps that are consistently filled
swapDevices = [ {
device = "/swapfile";
size = 125*1024;