v2fly / docker

docker build repo for v2fly
https://hub.docker.com/r/v2fly/v2fly-core
MIT License
724 stars 208 forks source link

too many files open #45

Open gerardomachadoi opened 1 year ago

gerardomachadoi commented 1 year ago

Hi, Please help me. I am getting this error. How to fix it with Docker I want many people to access my server.

Screenshot 2022-11-25 203134

sgqy commented 1 year ago

in your docker compose.

services:
  v2ray:
    ulimits:
      nofile:
        soft: 1048576
        hard: 1048576

this may only work when docker.service set LimitNOFILE=infinity or a big number.