xmrig-proxy icon indicating copy to clipboard operation
xmrig-proxy copied to clipboard

Bug:too many open files

Open snipeTR opened this issue 2 years ago • 2 comments

image After giving this error, a performance connection cannot be established. it doesn't fix without restarting the proxy. It works normally between 15 minutes and 1 hour and then gives this error.

{ "access-log-file": "access_proxy.log", "log-file": "proxyl.log", "algo": "cn-heavy/xhv", "api": { "id": null, "worker-id": null }, "http": { "enabled": true, "host": "0.0.0.0", "port": 62, "access-token": "d5", "restricted": true }, "background": false, "bind": [ "0.0.0.0:61" ], "colors": true, "donate-level": 0, "log-file": null, "mode": "nicehash", "pools": [ { "url": "tr.haven.herominers.com:1110", "user": "h***", "pass": "pp2a44", "algo": "cn-heavy/xhv", "keepalive": true, "tls": false, "tls-fingerprint": null }, { "url": "de.haven.herominers.com:1110", "user": "h***", "pass": "pp2a44", "algo": "cn-heavy/xhv", "keepalive": true, "tls": false, "tls-fingerprint": null }, { "url": "fi.haven.herominers.com:1110", "user": "h***", "pass": "pp2a44", "algo": "cn-heavy/xhv", "keepalive": true, "variant": -1, "tls": false, "tls-fingerprint": null }, ], "retries": 5, "retry-pause": 2, "syslog": "syslog.log", "verbose": false, "workers": true }

snipeTR avatar Jun 15 '22 15:06 snipeTR

Open files limit? Did you try sudo ulimit -n 10000?

SChernykh avatar Jun 15 '22 17:06 SChernykh

Maybe related if the above doesn't work: https://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/

Technetium1 avatar Jun 16 '22 14:06 Technetium1