Lines Matching refs:memory
9 (*) Topics on API should be in Documentation/cgroups/memory.txt)
15 Allocated at boot or memory hotplug. Freed at memory hot removal.
172 memory hotplug test is one of good test.
173 to offline memory, do following.
174 # echo offline > /sys/devices/system/memory/memoryXXX/state
175 (XXX is the place of memory)
182 echo 1 >/opt/cgroup/01/memory/use_hierarchy
202 # mount -t cgroup none /cgroup -o cpuset,memory,cpu,devices
213 # mount -t cgroup none /cgroup -o memory
215 # echo 40M > /cgroup/test/memory.limit_in_bytes
227 Out-of-memory caused by memcg's limit will kill tasks under
236 #echo 50M > /memory.limit_in_bytes
240 #echo 50M > memory.limit_in_bytes
241 #echo 50M > memory.memsw.limit_in_bytes
250 run some programs which uses some amount of memory in /cgroup/A.
254 #echo 1 >/cgroup/B/memory.move_charge_at_immigrate
258 memory.stat of both A and B.
259 See 8.2 of Documentation/cgroups/memory.txt to see what value should be
263 Memory controller implements memory thresholds using cgroups notification
268 # ./cgroup_event_listener /cgroup/A/memory.usage_in_bytes 5M
270 (Shell-B) Add task to cgroup and try to allocate and free memory
278 Use /cgroup/A/memory.memsw.usage_in_bytes to test memsw thresholds.