feat(skadi): setup a swap file.
This commit is contained in:
parent
2cf2f64a0c
commit
b1048676c4
1 changed files with 8 additions and 0 deletions
|
|
@ -24,5 +24,13 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
memoryPercent = 60;
|
memoryPercent = 60;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Setup swapfile
|
||||||
|
swapDevices = [
|
||||||
|
{
|
||||||
|
device = "/var/lib/swapfile";
|
||||||
|
size = 32 * 1024;
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue