From c6089bd480f49414dd35b0be093292d52c85ecbb Mon Sep 17 00:00:00 2001 From: dami Date: Wed, 23 Jul 2025 12:44:12 +0800 Subject: [PATCH] Update sphinx_make.py --- plugins/manticoresearch/class/sphinx_make.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/manticoresearch/class/sphinx_make.py b/plugins/manticoresearch/class/sphinx_make.py index c4805893c..aa7754644 100644 --- a/plugins/manticoresearch/class/sphinx_make.py +++ b/plugins/manticoresearch/class/sphinx_make.py @@ -155,6 +155,10 @@ CREATE TABLE IF NOT EXISTS `{$DB_NAME}`.`{$TABLE_NAME}` ( def makeSphinxHeader(self): conf = ''' +indexer { + mem_limit = 1G +} + searchd { listen = 127.0.0.1:9322