Lines Matching refs:failcnt
66 memory.failcnt # show the number of memory usage hits limits
67 memory.memsw.failcnt # show the number of memory+Swap hits limits
83 memory.kmem.failcnt # show the number of kernel memory usage hits limits
88 memory.kmem.tcp.failcnt # show the number of tcp buf memory usage hits limits
397 The memory.failcnt field gives the number of times that the cgroup limit was
549 5.4 failcnt
551 A memory cgroup provides memory.failcnt and memory.memsw.failcnt files.
552 This failcnt(== failure count) shows the number of times that a usage counter
553 hit its limit. When a memory cgroup hits a limit, failcnt increases and
556 You can reset failcnt by writing 0 to failcnt file.
557 # echo 0 > .../memory.failcnt