Lines Matching full:memory
5 bool "Xen memory balloon driver"
8 The balloon driver allows the Xen domain to request more memory from
9 the system to expand the domain's memory allocation, or alternatively
10 return unneeded memory to the system.
13 bool "Dynamically self-balloon kernel memory to target"
17 Self-ballooning dynamically balloons available kernel memory driven
18 by the current usage of anonymous memory ("committed AS") and
30 bool "Memory hotplug support for Xen balloon driver"
34 Memory hotplug support for Xen balloon driver allows expanding memory
39 Memory could be hotplugged in following steps:
42 where <maxmem> is >= requested memory size,
44 2) dom0: xl mem-set <domU> <memory>
45 where <memory> is requested memory size; alternatively memory
50 3) domU: for i in /sys/devices/system/memory/memory*/state; do \
53 Memory could be onlined automatically on domU by adding following line to udev rules:
55 …SUBSYSTEM=="memory", ACTION=="add", RUN+="/bin/sh -c '[ -f /sys$devpath/state ] && echo online > /…
139 or as part of an inter-domain shared memory channel.
150 Shim to interface in-kernel Transcendent Memory hooks