proxy
proxy copied to clipboard
Assess memory footprint increase by having one proxy per VM
The proxy is the only component running on the host for all the containers/VM that are started. This is an issue since a crash would lead to the lost of all those containers. We have some on going discussion/proposal about how to properly handle this, but even if we can figure this out, the code will be complex to maintain. Instead, having one proxy per VM would simplify the proxy code and a crash would not lead to the lost of all the containers. But the drawback doing that is that our memory footprint will increase, and that's why we have to assess such a thing before to take a decision.