Home : Increase swap to 128G.
This commit is contained in:
parent
7be571e67d
commit
d92ac0f4d0
|
@ -19,6 +19,6 @@
|
||||||
|
|
||||||
swapDevices = [{
|
swapDevices = [{
|
||||||
device = "/var/lib/swapfile";
|
device = "/var/lib/swapfile";
|
||||||
size = 100 * 1024;
|
size = 128 * 1024;
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue