pinwheel: Increase swapfile size to 48GiB

This commit is contained in:
Alexander Heldt
2024-09-25 15:35:13 +02:00
parent 82b35d8646
commit 3f849a3bb4

View File

@@ -39,7 +39,7 @@
swapDevices = [
{
device = "/swapfile";
size = 24 * 1024; # 24GB
size = 48 * 1024; # 48GB
}
];