From e67760622daa2a26290a4d6f05f5ec73a9a827da Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Thu, 21 Oct 2021 17:24:21 +0200 Subject: Control attribute maxuncommittedmemory with feature flag --- .../derived/imported_fields_inherited_reference/attributes.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config-model/src/test/derived/imported_fields_inherited_reference') diff --git a/config-model/src/test/derived/imported_fields_inherited_reference/attributes.cfg b/config-model/src/test/derived/imported_fields_inherited_reference/attributes.cfg index f6f3b7e5adc..bcf1b101caf 100644 --- a/config-model/src/test/derived/imported_fields_inherited_reference/attributes.cfg +++ b/config-model/src/test/derived/imported_fields_inherited_reference/attributes.cfg @@ -23,7 +23,7 @@ attribute[].upperbound 9223372036854775807 attribute[].densepostinglistthreshold 0.4 attribute[].tensortype "" attribute[].imported false -attribute[].maxuncommittedmemory 130000 +attribute[].maxuncommittedmemory 77777 attribute[].distancemetric EUCLIDEAN attribute[].index.hnsw.enabled false attribute[].index.hnsw.maxlinkspernode 16 @@ -55,7 +55,7 @@ attribute[].upperbound 9223372036854775807 attribute[].densepostinglistthreshold 0.4 attribute[].tensortype "" attribute[].imported false -attribute[].maxuncommittedmemory 130000 +attribute[].maxuncommittedmemory 77777 attribute[].distancemetric EUCLIDEAN attribute[].index.hnsw.enabled false attribute[].index.hnsw.maxlinkspernode 16 @@ -87,7 +87,7 @@ attribute[].upperbound 9223372036854775807 attribute[].densepostinglistthreshold 0.4 attribute[].tensortype "" attribute[].imported true -attribute[].maxuncommittedmemory 130000 +attribute[].maxuncommittedmemory 77777 attribute[].distancemetric EUCLIDEAN attribute[].index.hnsw.enabled false attribute[].index.hnsw.maxlinkspernode 16 @@ -119,7 +119,7 @@ attribute[].upperbound 9223372036854775807 attribute[].densepostinglistthreshold 0.4 attribute[].tensortype "" attribute[].imported true -attribute[].maxuncommittedmemory 130000 +attribute[].maxuncommittedmemory 77777 attribute[].distancemetric EUCLIDEAN attribute[].index.hnsw.enabled false attribute[].index.hnsw.maxlinkspernode 16 -- cgit v1.2.3