This is related to my work on https://bugs.launchpad.net/fuel/+bug/1270875. I am trying to implement this in a way that scales with the # of CPU cores available to the system and amount of total memory available.
It makes little sense to set up 48 threads on a 1 core VM with 1.5gb memory, so I've been working on using facter facts to get these values correctly sized.
This is related to my work on https:/ /bugs.launchpad .net/fuel/ +bug/1270875. I am trying to implement this in a way that scales with the # of CPU cores available to the system and amount of total memory available.
It makes little sense to set up 48 threads on a 1 core VM with 1.5gb memory, so I've been working on using facter facts to get these values correctly sized.