CPU affinity in virtualised environments
Is taskset for CPU affinity applicable when trying to use L2 cache efficiently 开发者_Go百科on a multi core processor in a virtualised environment like Amazon EC2?
No, especially towards the smaller instances, there's heavy CPU sharing, you're dependent on what the other instances are doing with the CPU.
精彩评论