From 97faea0cbf3a5996c885ea9e3d8caec3d4f6ae30 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Sun, 3 Dec 2023 14:08:35 +0300 Subject: [PATCH] Added HQ-specific parameters MinDbCachePages, MaxDbCachePages. CUrrently they both are set to 0. --- configs/hq30_all.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/hq30_all.conf b/configs/hq30_all.conf index 340f21ce..78317f14 100644 --- a/configs/hq30_all.conf +++ b/configs/hq30_all.conf @@ -73,3 +73,6 @@ BlobTempSpace = 0 # before feb-2022 (builds 33560 earlier). # LeftJoinConversion = false + +MinDbCachePages = 0 +MaxDbCachePages = 0