You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run into issues with MTProxy running on Docker on CentOS cloud VM. When I'm trying to start docker container, it goes into the endless loop of restarts. Docker logs show next error.
failed to set rlimit for open files. Try running as root or requesting smaller maxconns value.
fatal: cannot raise open file limit to 65552
What is the right way to set MAX_CONNECTIONS value when running Docker container?
My setup:
Virtualization: kvm
Operating System: CentOS Linux 7 (Core)
CPE OS Name: cpe:/o:centos:centos:7
Kernel: Linux 3.10.0-862.2.3.el7.x86_64
Architecture: x86-64
Docker version 18.03.1-ce, build 9ee9f40
The text was updated successfully, but these errors were encountered:
Hello!
I run into issues with MTProxy running on Docker on CentOS cloud VM. When I'm trying to start docker container, it goes into the endless loop of restarts. Docker logs show next error.
What is the right way to set MAX_CONNECTIONS value when running Docker container?
My setup:
The text was updated successfully, but these errors were encountered: