1
1
Fork 0

sysctl: increase inotify limits

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-10-09 17:38:17 -05:00
parent 2b88cdff39
commit 9805d255e3
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -45,6 +45,9 @@ in {
# https://redis.io/docs/latest/develop/get-started/faq/#background-saving-fails-with-a-fork-error-on-linux # https://redis.io/docs/latest/develop/get-started/faq/#background-saving-fails-with-a-fork-error-on-linux
"vm.overcommit_memory" = 1; "vm.overcommit_memory" = 1;
# https://docs.syncthing.net/users/faq.html#inotify-limits
"fs.inotify.max_user_watches" = 204800;
}; };
loader = { loader = {