From 9c6fbff73f2acd40540d7cea76ac89bbcc163e6d Mon Sep 17 00:00:00 2001 From: joaquintides Date: Tue, 30 May 2023 16:50:19 +0200 Subject: [PATCH] reduced max number of threads --- parallel_load.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parallel_load.cpp b/parallel_load.cpp index 1bf4368e..435525b9 100644 --- a/parallel_load.cpp +++ b/parallel_load.cpp @@ -203,7 +203,7 @@ void test( #ifdef NUM_THREADS const int num_threads=NUM_THREADS; #else - const int num_threads=32; + const int num_threads=16; #endif std::cout<