Removing swap
parent
6ec163ba8d
commit
ac0dbb28bb
|
@ -45,10 +45,10 @@
|
||||||
|
|
||||||
# Note: Using swap on the SSD rapidly degrades its lifespan
|
# Note: Using swap on the SSD rapidly degrades its lifespan
|
||||||
# Especially large swaps that are consistently filled
|
# Especially large swaps that are consistently filled
|
||||||
swapDevices = [ {
|
#swapDevices = [ {
|
||||||
device = "/swapfile";
|
# device = "/swapfile";
|
||||||
size = 125*1024;
|
# size = 125*1024;
|
||||||
} ];
|
#} ];
|
||||||
|
|
||||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||||
# (the default) this is the recommended approach. When using systemd-networkd it's
|
# (the default) this is the recommended approach. When using systemd-networkd it's
|
||||||
|
|
Loading…
Reference in New Issue