From the article you sent its obvious I should not use a value of Shares=0.
But still I don't understand what is the correct configuration -
I want both resource pools to be divided evenly, regardless to the number of VMs under each resource pool.
To clarify our requirments:
Supose the host has 20GHz CPU and 32GB memory.
I want to split it evenly between the 2 resource pools:
resource pool "A" will get 10GHz CPU and 16GB memory.
resource pool "B" will get 10GHz CPU and 16GB memory.
Under resource pool "A" we have 2 VMs.
Under resource pool "B" we have 10 VMs.
If the resources are split evenly then:
Each VM in resource pool "A" will get 5GHz CPU and 8GB memory.
Each VM in resource pool "B" will get 1GHz CPU and 1.6GB memory.
If I accomplish this it is gr8!
It's even better if one of the pools can get extra resources in case they are not in use by the other resource pool.