prctl: Add support for PR_SET_THP_DISABLE and PR_GET_THP_DISABLE
Change-Id: I04c5568a9eb78bcac632b734f34bba49cf602c4d Refs: #1181
This commit is contained in:
committed by
Masamichi Takagi
parent
eb184419ea
commit
dfd23c3ebe
6
test/issues/1181/x86_64_config
Normal file
6
test/issues/1181/x86_64_config
Normal file
@ -0,0 +1,6 @@
|
||||
SIZE_2M="2097152"
|
||||
SIZE_1G="1073741824"
|
||||
|
||||
MMAP_LARGE=${SIZE_2M}
|
||||
SHM_LARGE=${SIZE_2M}
|
||||
SHM_HUGE=${SIZE_1G}
|
||||
Reference in New Issue
Block a user