Increasing maximum number of procs and threads

This commit is contained in:
Kevin Sala 2021-08-10 10:18:40 +02:00
parent 674716804a
commit 9ea58831cd

4
ovni.h
View File

@ -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