Files
mckernel/test/user_space/arm64/patch/qlmpilib_bufsize.patch
Shiratori, Takehiro fe53c6e0a5 Test "Process swap (swapout)" on arm64
Change-Id: I1eecb046575480966febbcb55e5f4ade6313275b
2019-03-18 08:12:14 +00:00

15 lines
404 B
Diff

## qlmpilib_bufsize.patch COPYRIGHT FUJITSU LIMITED 2019 ##
diff --git a/executer/user/qlmpilib.c b/executer/user/qlmpilib.c
index 7fcbcb56..78c1f846 100644
--- a/executer/user/qlmpilib.c
+++ b/executer/user/qlmpilib.c
@@ -15,7 +15,7 @@
#include "../include/pmi.h"
-#define BUF_SIZE (32*1024)
+#define BUF_SIZE (128*1024)
#define NALLOC 10
#define QL_SUCCESS 0
#define QL_NORMAL 2