fix(bbsteamie): correct the size of swapfile
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
aae39388b2
commit
16c948d70e
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
swapDevices = [
|
||||
{
|
||||
device = "/.swapfile";
|
||||
size = 17179869184; # 16G
|
||||
size = 16 * 1024; # 16GB
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue