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