made the swapfile smaller

Signed-off-by: Alex Stan <alex.stan.2010@proton.me>
This commit is contained in:
Alex Stan 2024-04-24 13:34:29 +03:00
parent 8395572bee
commit 503f801092

View file

@ -26,8 +26,9 @@
swapDevices = [ swapDevices = [
{ {
device = "/var/lib/swapfile"; device = "/var/lib/swapfile";
size = 64 * 1024; size = 16 * 1024;
} }
{ {
device = "/dev/sda2"; device = "/dev/sda2";
} }