How to disable resource capping in solaris 10?



  • Turn off resource capping:

    # svcadm disable rcap
    

    Check that it's disabled:

    # svcs -a | grep 
    rcap
    disabled        9:49:08 svc:/system/rcap:default
    

    Either disable the resource capping daemon so that it stops now and doesn't
    start at boot time:

    # rcapadm -D
    

    Or disable the resource capping daemon without stopping it now but making sure it doesn't start at boot time:

    # rcapadm -n -D
    

Log in to reply
 

© Lightnetics 2024