Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Unix >> Solaris >> 11 >> Zones >> How to configure and unconfigure memory resource control on a zone

To configure:-

# zonecfg -z grandmazone

zonecfg:grandmazone> add capped-memory

zonecfg:grandmazone:capped-memory> set physical=50m

zonecfg:grandmazone:capped-memory> set swap=100m

zonecfg:grandmazone:capped-memory> set locked=30m

zonecfg:grandmazone:capped-memory> end

zonecfg:grandmazone> verify

zonecfg:grandmazone> commit

zonecfg:grandmazone> exit

 

To remove:

# zonecfg -z grandmazone

zonecfg:grandmazone> remove capped-memory

zonecfg:grandmazone> commit

zonecfg:grandmazone> exit

 

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]