Remove indexer block to attempt to prevent Manticore DB crash

This commit is contained in:
Mark Veidemanis 2022-09-08 07:20:30 +01:00
parent bf802d7fdf
commit caded433b7
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 6 additions and 6 deletions

View File

@ -255,11 +255,11 @@ common {
# plugin_dir = # plugin_dir =
} }
indexer { # indexer {
lemmatizer_cache = 1024M # lemmatizer_cache = 1024M
max_iops = 0 # max_iops = 0
max_iosize = 0 # max_iosize = 0
mem_limit = 1024M # mem_limit = 1024M
} # }
EOF EOF