From 1f11a21f533d34c232faaa32cea85bb1a8f22428 Mon Sep 17 00:00:00 2001 From: Thomas Schoebel-Theuer Date: Wed, 18 Jan 2017 07:45:24 +0100 Subject: [PATCH] aio: decrease context table --- kernel/mars_aio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/mars_aio.c b/kernel/mars_aio.c index 265e56fe..fcdeb732 100644 --- a/kernel/mars_aio.c +++ b/kernel/mars_aio.c @@ -43,7 +43,7 @@ #include "mars_aio.h" -#define MARS_MAX_AIO 1024 +#define MARS_MAX_AIO 512 #define MARS_MAX_AIO_READ 32 static struct timing_stats timings[3] = {};