From bd4f0337706dbeb6c1cfd7254328ac6cd3872cd2 Mon Sep 17 00:00:00 2001 From: jinhai Date: Tue, 5 Nov 2019 02:18:13 +0800 Subject: [PATCH] Update server_config.template --- core/conf/server_config.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/conf/server_config.template b/core/conf/server_config.template index 8dfb30f5..48d29a10 100644 --- a/core/conf/server_config.template +++ b/core/conf/server_config.template @@ -34,7 +34,7 @@ cache_config: cache_insert_data: false # whether to load inserted data into cache, must be a boolean engine_config: - use_blas_threshold: 20 # if nq < use_blas_threshold, use SSE, faster with fluctuated response times + use_blas_threshold: 1100 # if nq < use_blas_threshold, use SSE, faster with fluctuated response times # if nq >= use_blas_threshold, use OpenBlas, slower with stable response times gpu_search_threshold: 1000 # threshold beyond which the search computation is executed on GPUs only -- GitLab