How do I move a process into the FSS scheduling class in solaris 10?



  • To move the init process into the FSS scheduling class:

    # priocntl -s -c FSS -i pid 1
    

    To move all processes into the FSS scheduling class:

    # priocntl -s -c FSS -i class TS
    

    The above changes are not permanent i.e. all processes will again run in the TS scheduling class after reboot.


Log in to reply
 

© Lightnetics 2024