vinfra memory-policy vstorage-services per-node reset
Reset per-node memory parameters to defaults:
usage: vinfra memory-policy vstorage-services per-node reset [--guarantee] [--swap] [--cache] --node <node>
--guarantee
- Reset only the guarantee.
--swap
- Reset only the swap size.
--cache
- Reset only the cache values.
--node <node>
- Node ID or hostname
Example:
# vinfra memory-policy vstorage-services per-node reset --cache \ --node 7ffa9540-5a20-41d1-b203-e3f349d62565 +-----------+---------------+ | Field | Value | +-----------+---------------+ | cache | | | guarantee | 8796093022208 | | swap | 1099511627776 | +-----------+---------------+
This command resets the manually configured page cache limits to default for the node with the ID 7ffa9540-5a20-41d1-b203-e3f349d62565
.