|
|
|
|
|
by chatmasta
3402 days ago
|
|
Is there really much overhead of wrapping processes in docker containers vs orchestrating them via a process manager? Since containers are basically a set of mounts and namespaces, what memory overhead do containerized processes incur that non-containerized processes do not? I am under the impression that a container does not add very much memory overhead itself; it's the process(es) inside the containers that add memory overhead. Please correct me if I'm wrong. |
|
You could get the same performance within 600mb by using 2 processes each running 20 threads.
But I guess hardware is cheap.