fazalfarhan01 / EarnApp-Docker

Containerized version of BrightData's EarnApp
https://hub.docker.com/r/fazalfarhan01/earnapp
42 stars 24 forks source link

Exit Code 255 #38

Open kevin-soutar opened 1 year ago

kevin-soutar commented 1 year ago

I am working at deploying this at scale, but after installing 29 docker containers it will not start anymore.

I have tried:

Is there anything else I should be trying, or looking at diagnostics for?

kevin-soutar commented 1 year ago

Update: Also tried installing on Fedora 37, immediate 255 Error

Yamanipanuchi commented 1 year ago

Getting the same error here.

kevin-soutar commented 1 year ago

Hi @Yamanipanuchi Here is what I ended up finding out. this is an fs.inotify.max_user_instances issue.

On Ubuntu, I fixed this by changing the number within:

sudo nano /etc/sysctl.d/99-sysctl.conf sudo systemctl restart systemd-sysctl sudo systemctl status systemd-sysctl sudo sysctl fs.inotify.max_user_instances

then it should work.

kevin-soutar commented 9 months ago

Hi @ArchemedIan which OS are you using? I am not running EarnApp anymore, due to the profitability not currently making sense, but maybe I need to look at it again...