Lower memory requirements to prevent crashes

This commit is contained in:
2022-09-08 07:20:30 +01:00
parent 50a873dbba
commit 764e36ef14
3 changed files with 6 additions and 6 deletions

View File

@@ -102,7 +102,7 @@ searchd {
# max_filter_values = 4096
# https://manual.manticoresearch.com/Server_settings/Searchd#max_open_files
max_open_files = max
# max_open_files = max
# https://manual.manticoresearch.com/Server_settings/Searchd#max_packet_size
max_packet_size = 128M
@@ -141,10 +141,10 @@ searchd {
# preopen_indexes = 1
# https://manual.manticoresearch.com/Server_settings/Searchd#qcache_max_bytes
qcache_max_bytes = 2048Mb
qcache_max_bytes = 128Mb
# https://manual.manticoresearch.com/Server_settings/Searchd#qcache_thresh_msec
qcache_thresh_msec = 100
qcache_thresh_msec = 150
# https://manual.manticoresearch.com/Server_settings/Searchd#qcache_ttl_sec
qcache_ttl_sec = 120