Why Is Docker Swarm Consuming All Available RAM?

A few weeks ago we were alerted that Docker Swarm was using over 8GB of RAM. Our investigation led us to discover an unexpected factor that determines its memory usage. After a bit of graphing and math, we were able to locate the code behind this unexpect… Read more

Similar

Docker Data Containers

There is more than one way to manage data in Docker container. Say hello to the Data Containers. Simply put data containers are containers whose job is just to store/manage data. Similar to other containers they are managed by the host system. However, th... (more…)

Read more »