arashi: increase kernel.shmax for pgres
All checks were successful
/ check (push) Successful in 46s

This commit is contained in:
notohh 2023-10-19 02:47:06 -04:00
parent adc99947bc
commit 3ac9bba739
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -3,8 +3,6 @@
./hardware-configuration.nix ./hardware-configuration.nix
./services ./services
../../modules ../../modules
../../modules/prometheus/exporters/redis.nix
../../modules/prometheus/exporters/postgres.nix
]; ];
boot.loader = { boot.loader = {
@ -16,6 +14,10 @@
}; };
}; };
boot.kernel.sysctl = {
"kernel.shmmax" = 100663296;
};
networking = { networking = {
hostName = "arashi"; hostName = "arashi";
}; };