mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(aya): needs more swap
This commit is contained in:
parent
02508ecbd3
commit
1fb81e00be
2 changed files with 3 additions and 1 deletions
|
|
@ -20,6 +20,8 @@
|
|||
networkNamespace.name = "ns1";
|
||||
};
|
||||
|
||||
boot.tmp.tmpfsSize = "32G";
|
||||
|
||||
networking.namespaces.ns1 = {
|
||||
dhcpcd.enable = true;
|
||||
nftables = {
|
||||
|
|
|
|||
|
|
@ -301,7 +301,7 @@ EOT
|
|||
|
||||
memory {
|
||||
dedicated = 16384
|
||||
swap = 12288
|
||||
swap = 32768
|
||||
}
|
||||
|
||||
cpu {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue