Test "Process swap (swapout)" on arm64

Change-Id: I1eecb046575480966febbcb55e5f4ade6313275b
This commit is contained in:
Shiratori, Takehiro
2019-03-12 16:22:24 +09:00
committed by Masamichi Takagi
parent e988bfaf50
commit fe53c6e0a5
8 changed files with 175 additions and 8 deletions

View File

@ -0,0 +1,14 @@
## 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