Hacker News new | ask | show | jobs
by electricshampo1 1475 days ago
The whole chip in general will be used in aggregate by independent vms/containers etc that do NOT read and write to the same memory. Some kernel datastructures within a given vm are still shared, ditto for within a single process, but good design minimizes that (per cpu/thread data structures, sharded locks, etc etc).
1 comments

I don't think they were referring to contention across VM boundaries.