Fix memcontrol03 testcase failure on powerpc.#1297
Fix memcontrol03 testcase failure on powerpc.#1297Pavithra1602 wants to merge 1 commit intolinux-test-project:masterfrom
Conversation
On ppc64le with 64KB page size, the 148MB allocation triggers OOM due to memory accounting overhead and slower pagecache eviction. Use 140MB to provide safety margin while creating sufficient pressure to test memory.min protection effectively. Signed-off-by: Pavithra <pavrampu@linux.ibm.com>
|
:~/ltp/testcases/kernel/controllers/memcg # ./memcontrol03 Summary: |
On ppc64le with 64KB page size, the 148MB allocation triggers OOM due to memory accounting overhead and slower pagecache eviction. Use 140MB to provide safety margin while creating sufficient pressure to test memory.min protection effectively.