Home : Increase swap to 128G.

This commit is contained in:
Dmitry Voronin 2024-06-15 17:44:43 +03:00
parent 7be571e67d
commit d92ac0f4d0
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -19,6 +19,6 @@
swapDevices = [{ swapDevices = [{
device = "/var/lib/swapfile"; device = "/var/lib/swapfile";
size = 100 * 1024; size = 128 * 1024;
}]; }];
} }