You capped the physical memory for the testzone at 50M. Which option would temporary increase the cap to
100M?
A.
rctladm –z testzone zone.capped-memory=100M
B.
rcapadm –z testzone –m 100M
C.
rcapadm –z testzone zone.capped-memory=100M
D.
prctl testzone –m 100M
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