PlatformLab/Arachne

Core count change is unnecessarily serialized

hq6 opened this issue · 0 comments

hq6 commented

Today, core change is entirely serialized in Arachne by setting coreChangeActive between an attempt to change the number of cores, and the effect taking place. We'd like to allow greater flexibility by removing this serialization.

As part of this change, we should remove incrementCoreCount and decrementCoreCount, and instead have a single function called setDesiredCoreCount.