1Z0-822 · Question #140
You capped the physical memory for the testzone at 50M. Which option would temporary increase the cap to 100M?
The correct answer is B. rcapadm -z testzone -m 100M. How to Specify a Temporary Resource Cap for a Zone This procedure is use to allocate the maximum amount of memory that can be consumed by a specified zone. This value lasts only until the next reboot. To set a persistent cap, use the zonecfg command. 1. Become superuser, or…
Question
You capped the physical memory for the testzone at 50M. Which option would temporary increase the cap to 100M?
Options
- Arctladm -z testzone zone.capped-memory=100M
- Brcapadm -z testzone -m 100M
- Crcapadm -z testzone zone.capped-memory=100M
- Dprctl testzone -m 100M
How the community answered
(33 responses)- A3% (1)
- B70% (23)
- C9% (3)
- D18% (6)
Explanation
How to Specify a Temporary Resource Cap for a Zone This procedure is use to allocate the maximum amount of memory that can be consumed by a specified zone. This value lasts only until the next reboot. To set a persistent cap, use the zonecfg command. 1. Become superuser, or assume a role that includes the Process Management profile. The System Administrator role includes the Process Management profile. 2. Set a maximum memory value of 512 Mbytes for the zone my-zone. # rcapadm -z testzone -m 512M
Topics
Community Discussion
No community discussion yet for this question.