25
Can one container see memory that another container freed?
I understand that two containers do not have access to the same memory at the same time — the isolation there is clear enough. My question is about the handover. Memory is over provisioned on this host. If one container…