Lower memory requirements to prevent crashes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user