How to enable resource capping in solaris 10?



  • Turn on resource capping:

    # svcadm enable rcap
    

    Check that it's online:

    # svcs -a | grep rcap
    online          9:42:41 svc:/system/rcap:default
    

    Either enable the resource capping daemon so that it starts now and also starts each time the system is booted:

    # rcapadm -E
    

    Or enable the resource capping daemon so that it doesn't start now but
    starts each time the system is booted:

    # rcapadm -n -E
    

Log in to reply
 

© Lightnetics 2024