From 5a2a12457957b3b21f395ba856a0a88b336ac06c Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Tue, 23 Apr 2024 10:16:31 +0200 Subject: [PATCH] add sysctl.conf --- TODO.md | 5 ----- files/etc/sysctl.conf | 2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) create mode 100644 files/etc/sysctl.conf diff --git a/TODO.md b/TODO.md index a611903..6a7b911 100644 --- a/TODO.md +++ b/TODO.md @@ -1,10 +1,5 @@ # TODO -## Sysctl - -- [ ] fs.inotify.max_user_watches = 100000 -- [ ] fs.inotify.max_queued_events = 100000 - ## Luarocks - [ ] tiktoken_core diff --git a/files/etc/sysctl.conf b/files/etc/sysctl.conf new file mode 100644 index 0000000..4a6ab59 --- /dev/null +++ b/files/etc/sysctl.conf @@ -0,0 +1,2 @@ +fs.inotify.max_user_watches=100000 +fs.inotify.max_queued_events=100000