mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Update config
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user