Reputation: 1599
Is taskset for CPU affinity applicable when trying to use L2 cache efficiently on a multi core processor in a virtualised environment like Amazon EC2?
Upvotes: 8
Views: 1382
Reputation: 8543
No, especially towards the smaller instances, there's heavy CPU sharing, you're dependent on what the other instances are doing with the CPU.
Upvotes: 2