arashi: increase kernel.shmax for pgres
All checks were successful
/ check (push) Successful in 46s
All checks were successful
/ check (push) Successful in 46s
This commit is contained in:
parent
adc99947bc
commit
3ac9bba739
1 changed files with 4 additions and 2 deletions
|
@ -3,8 +3,6 @@
|
|||
./hardware-configuration.nix
|
||||
./services
|
||||
../../modules
|
||||
../../modules/prometheus/exporters/redis.nix
|
||||
../../modules/prometheus/exporters/postgres.nix
|
||||
];
|
||||
|
||||
boot.loader = {
|
||||
|
@ -16,6 +14,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
boot.kernel.sysctl = {
|
||||
"kernel.shmmax" = 100663296;
|
||||
};
|
||||
|
||||
networking = {
|
||||
hostName = "arashi";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue