Reduce gaming vm swap
This commit is contained in:
parent
d93f49f2b5
commit
157c41c5a6
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
swapDevices = pkgs.lib.mkForce [
|
swapDevices = pkgs.lib.mkForce [
|
||||||
{
|
{
|
||||||
device = "/var/lib/swapfile";
|
device = "/var/lib/swapfile";
|
||||||
size = 16 * 1024;
|
size = 4 * 1024;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue