fix(fighter): make swap the same size of RAM

This commit is contained in:
Guz
2026-04-16 14:12:07 -03:00
parent 50638e0ed4
commit d3bd73babf

View File

@@ -57,7 +57,7 @@
};
"/swap" = {
mountpoint = "/swap";
swap.swapfile.size = "6G";
swap.swapfile.size = "8G";
};
};
};