sysctl: increase inotify limits
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
2b88cdff39
commit
9805d255e3
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ in {
|
|||
|
||||
# https://redis.io/docs/latest/develop/get-started/faq/#background-saving-fails-with-a-fork-error-on-linux
|
||||
"vm.overcommit_memory" = 1;
|
||||
|
||||
# https://docs.syncthing.net/users/faq.html#inotify-limits
|
||||
"fs.inotify.max_user_watches" = 204800;
|
||||
};
|
||||
|
||||
loader = {
|
||||
|
|
Loading…
Reference in a new issue