chmem

Modify the state of memory blocks (online or offline) in a Linux system. Typically used in virtualized environments to manage memory hotplug. More information: https://manned.org/chmem.

sudo chmem {{[-b|--block]}} {{[-d|--disable]}} {{block_number}}

sudo chmem {{[-b|--block]}} {{[-e|--enable]}} {{block_number}}

sudo chmem {{[-d|--disable]}} 0x{{start_address}}-0x{{end_address}}

sudo chmem {{[-e|--enable]}} 0x{{start_address}}-0x{{end_address}}

sudo chmem {{[-e|--enable]}} 0x{{start_address}} {{[-z|--zone]}} {{Movable}}

chmem {{[-h|--help]}}