Hi !
I use iocell and want to use cpuset -> i have an host with cpu threads of 0-63
create an cpuset:
atach cpuset to jail
and now this jail have max threads of 32 -> works !
but what is if i want to use a second cpuset for jail number 2
32-63
How can a achieve this ?
thanks
I use iocell and want to use cpuset -> i have an host with cpu threads of 0-63
create an cpuset:
Code:
cpuset -l 0-31 -s 1
atach cpuset to jail
Code:
iocell set cpuset=1 jailname
and now this jail have max threads of 32 -> works !
but what is if i want to use a second cpuset for jail number 2
32-63
How can a achieve this ?
thanks