diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-12-11 16:48:52 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-12-11 16:48:52 +0000 |
commit | c441c82c28b4e80d9380151fd894cb3b9a530e11 (patch) | |
tree | 4642b27a5300be73b91a3d99871c31734406d4bd /doc | |
parent | c81b768ae551c035afc4cec0295a6c1551342452 (diff) | |
download | rspamd-c441c82c28b4e80d9380151fd894cb3b9a530e11.tar.gz rspamd-c441c82c28b4e80d9380151fd894cb3b9a530e11.zip |
Add options to limit cores for rspamd
Diffstat (limited to 'doc')
-rw-r--r-- | doc/markdown/configuration/options.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/markdown/configuration/options.md b/doc/markdown/configuration/options.md index 661b5ad6e..fa7b24fec 100644 --- a/doc/markdown/configuration/options.md +++ b/doc/markdown/configuration/options.md @@ -50,6 +50,10 @@ symbol). * `classify_headers`: list of headers that are processed by statistics * `history_rows`: number of rows in the recent history roll table * `explicit_modules`: always load modules from the list even if they have no according configuration section in the file +* `disable_hyperscan`: disable hyperscan optimizations (if enabled by compilation time) +* `cores_dir`: directory where rspamd is intended to drop core files +* `max_cores_size`: maximum total size of core files that are placed in `cores_dir` +* `max_cores_count`: maximum number of files in `cores_dir` ## DNS options @@ -75,4 +79,4 @@ options { ## Upstream options -**TODO**
\ No newline at end of file +**TODO** |