mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19: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";
|
networkNamespace.name = "ns1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
boot.tmp.tmpfsSize = "32G";
|
||||||
|
|
||||||
networking.namespaces.ns1 = {
|
networking.namespaces.ns1 = {
|
||||||
dhcpcd.enable = true;
|
dhcpcd.enable = true;
|
||||||
nftables = {
|
nftables = {
|
||||||
|
|
|
||||||
|
|
@ -301,7 +301,7 @@ EOT
|
||||||
|
|
||||||
memory {
|
memory {
|
||||||
dedicated = 16384
|
dedicated = 16384
|
||||||
swap = 12288
|
swap = 32768
|
||||||
}
|
}
|
||||||
|
|
||||||
cpu {
|
cpu {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue