Update config

This commit is contained in:
DariusIII
2026-06-22 21:50:18 +02:00
parent 5f5ce7b4b1
commit 9f26447d8e
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -77,8 +77,10 @@ continues to work with these variables blank.
Native Ubuntu/Debian package installs are managed by `systemd`, not Docker. If Native Ubuntu/Debian package installs are managed by `systemd`, not Docker. If
the package install fails while starting `manticore.service`, especially with the package install fails while starting `manticore.service`, especially with
`Status: "Replaying binlogs..."` and `accept() failed ... Too many open files`, `Status: "Replaying binlogs..."` and `accept() failed ... Too many open files`,
use [`docs/manticore-ubuntu-package.md`](docs/manticore-ubuntu-package.md) to or if `searchd` prints a backtrace during binlog replay, use
raise the service file descriptor limit and finish `dpkg` configuration. [`docs/manticore-ubuntu-package.md`](docs/manticore-ubuntu-package.md) to raise
the service file descriptor limit, preserve crash evidence, quarantine bad
binlogs if needed, and finish `dpkg` configuration.
## Make Targets ## Make Targets
+1 -1
View File
@@ -96,7 +96,7 @@ searchd
# maximum number of files searchd may keep open # maximum number of files searchd may keep open
# package/systemd installs must also set LimitNOFILE at least this high # package/systemd installs must also set LimitNOFILE at least this high
# https://manual.manticoresearch.com/Server_settings/Searchd#max_open_files # https://manual.manticoresearch.com/Server_settings/Searchd#max_open_files
max_open_files = 65535 max_open_files = 524288
# max allowed per-query filter count # max allowed per-query filter count
# optional, default is 256 # optional, default is 256