Review the non-global zone configuration displayed below:
The global zone has 1024 MB of physical memory. You need to limit the non-global zone so that it
uses no more than 500 MB of the global zone’s physical memory. Which option would you choose?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
E.
Option E
Explanation:
Add a memory cap.
zonecfg:my-zone> add capped-memory
Set the memory cap.
zonecfg:my-zone:capped-memory> set physical=50m
End the memory cap specification.
zonecfg:my-zone:capped-memory> end
Reference: System Administration Guide: Oracle Solaris Containers-Resource Management and
Oracle Solaris Zones, How to Configure the Zone
C – you need to add a memory cap using zonecfg to restrict the local zone to 500mb of global zone memory.
C