gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 27/164: Fixed fork doubeling


From: gnunet
Subject: [gnunet] 27/164: Fixed fork doubeling
Date: Fri, 30 Jul 2021 15:31:33 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

commit 5b63b3a2d0b7e6638e662336cd54de6679143de8
Author: Elias Summermatter <elias.summermatter@seccom.ch>
AuthorDate: Thu Apr 15 08:10:17 2021 +0200

    Fixed fork doubeling
---
 src/setu/perf_setu_api.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/setu/perf_setu_api.c b/src/setu/perf_setu_api.c
index a21ba1efd..c2b865824 100644
--- a/src/setu/perf_setu_api.c
+++ b/src/setu/perf_setu_api.c
@@ -418,7 +418,7 @@ void perf_thread() {
 
 
 static void run_petf_thread(int total_runs) {
-    int core_count = get_nprocs_conf() * 2;
+    int core_count = get_nprocs_conf();
     pid_t child_pid, wpid;
     int status = 0;
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]