Docker Settings
Since the update to Linux Kernel 5.12.2, we can no longer modify the net.netfilter.nf_conntrack_max
sys config programmatically via the Docker API. If you encounter any network related errors, please increase it to at least 120000.
Linux
The value vm_map_max_count
can be permanently changed in /etc/sysctl.conf
:
You can also change it via:
macOS via Docker for Mac
The value vm_max_map_count
should be changed within the xhyve virtual machine:
Then, log in with root and no password and configure the sysctl
setting:
macOS via Docker Toolbox
The value vm_max_map_count
can be changed via docker-machine:
Last updated