aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Khoronzhuk <ivan.khoronzhuk@linaro.org>2016-02-12 18:48:20 +0200
committerIvan Khoronzhuk <ivan.khoronzhuk@linaro.org>2016-02-12 18:55:58 +0200
commitb5d5b0fd92cf8570da0e21a5ba876278df563900 (patch)
tree2ccc67e967deb99baea63864d49bda562c34c440
parentd1773571086371ed92014370121432efe3725c67 (diff)
validation: scheduler: tune bufs num
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org>
-rw-r--r--test/validation/scheduler/scheduler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/validation/scheduler/scheduler.c b/test/validation/scheduler/scheduler.c
index 100a6272..367607c7 100644
--- a/test/validation/scheduler/scheduler.c
+++ b/test/validation/scheduler/scheduler.c
@@ -9,10 +9,10 @@
#include "scheduler.h"
#define MAX_WORKERS_THREADS 32
-#define MSG_POOL_SIZE (400 * 1024)
+#define MSG_POOL_SIZE (480 * 1024)
#define QUEUES_PER_PRIO 8
#define BUF_SIZE 64
-#define TEST_NUM_BUFS 48
+#define TEST_NUM_BUFS 38
#define BURST_BUF_SIZE 4
#define NUM_BUFS_EXCL 48
#define NUM_BUFS_PAUSE 1000