aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libutee/tee_api_arith_mpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutee/tee_api_arith_mpi.c b/lib/libutee/tee_api_arith_mpi.c
index f6fafe0f..371d7b0e 100644
--- a/lib/libutee/tee_api_arith_mpi.c
+++ b/lib/libutee/tee_api_arith_mpi.c
@@ -13,7 +13,7 @@
#include <utee_syscalls.h>
#include <util.h>
-#define MPI_MEMPOOL_SIZE (8 * 1024)
+#define MPI_MEMPOOL_SIZE (12 * 1024)
static void __noreturn api_panic(const char *func, int line, const char *msg)
{