chmem
Verified for current stable LTS
Chmem Command: Set Memory Online Assign Zone
Use for set memory online assign zone with Chmem. Exact CLI syntax to set memory online assign zone using Chmem.
When to use this: Use for set memory online assign zone with Chmem.
Command Syntax
sudo chmem -e 0x<start_address> -z <Movable> sudo chmem -e 0x<start_address> -z <Movable> Command Breakdown
-e- Command Option
- Tool-specific option used by this command invocation.
-z- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to set memory online assign zone using Chmem.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Chmem Command: Display Help Chmem
chmem -h Chmem Command: Set Memory Block Offline sudo chmem -b -d <block_number> Chmem Command: Set Memory Block Online sudo chmem -b -e <block_number> Chmem Command: Set Memory Range Offline Hex sudo chmem -d 0x<start_address>-0x<end_address> Chmem Command: Set Memory Range Online Hex sudo chmem -e 0x<start_address>-0x<end_address>