From 9ea58831cd6c8106f0cd62d774b484110843dd48 Mon Sep 17 00:00:00 2001 From: Kevin Sala Date: Tue, 10 Aug 2021 10:18:40 +0200 Subject: [PATCH] Increasing maximum number of procs and threads --- ovni.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ovni.h b/ovni.h index 37068e7..add2527 100644 --- a/ovni.h +++ b/ovni.h @@ -11,8 +11,8 @@ #include "parson.h" #define OVNI_MAX_CPU 256 -#define OVNI_MAX_PROC 32 -#define OVNI_MAX_THR 32 +#define OVNI_MAX_PROC 256 +#define OVNI_MAX_THR 256 #define OVNI_MAX_LOOM 4 #define OVNI_TRACEDIR "ovni" #define OVNI_MAX_HOSTNAME 512