Comment 9 for bug 1829989

Revision history for this message
Krzysztof Kozlowski (krzk) wrote (last edit ):

Found on focal v5.11 kernels (but not v5.8): 5.11.0-1009-aws (AWS c4.8xlarge) and 5.11.0-22-generic (Azure Standard_F32s_v2). It seems it fails only on bigger instances (32 CPUs or more).

On Focal v5.11 it might be slightly different issue:
#####
memcg_use_hierarchy_test 1 TINFO: set /dev/memcg/memory.use_hierarchy to 0 failed
memcg_use_hierarchy_test 1 TINFO: test if one of the ancestors goes over its limit, the proces will be killed
mkdir: cannot create directory ‘subgroup’: Cannot allocate memory
/home/ubuntu/ltp-install/testcases/bin/memcg_use_hierarchy_test.sh: 22: cd: can't cd to subgroup
memcg_use_hierarchy_test 1 TINFO: Running memcg_process --mmap-lock1 -s 8192
memcg_use_hierarchy_test 1 TFAIL: process is not killed
rmdir: failed to remove 'subgroup': No such file or directory
#####