kcnhub: add swap note/warning
parent
6b14bf6513
commit
6ec163ba8d
|
@ -43,6 +43,8 @@
|
||||||
options = [ "defaults" "pquota" ];
|
options = [ "defaults" "pquota" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Note: Using swap on the SSD rapidly degrades its lifespan
|
||||||
|
# Especially large swaps that are consistently filled
|
||||||
swapDevices = [ {
|
swapDevices = [ {
|
||||||
device = "/swapfile";
|
device = "/swapfile";
|
||||||
size = 125*1024;
|
size = 125*1024;
|
||||||
|
|
Loading…
Reference in New Issue