Test "Process swap (swapout)" on arm64
Change-Id: I1eecb046575480966febbcb55e5f4ade6313275b
This commit is contained in:
committed by
Masamichi Takagi
parent
e988bfaf50
commit
fe53c6e0a5
14
test/user_space/arm64/patch/qlmpilib_bufsize.patch
Normal file
14
test/user_space/arm64/patch/qlmpilib_bufsize.patch
Normal 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
|
||||
Reference in New Issue
Block a user