We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am seeing this error with some trackers, and I found this possible solution - adding a LimitNOFILE systemctl config setting.
Is there a way to try this with the supervisor.conf in this image?
Any other possible solutions?
The text was updated successfully, but these errors were encountered:
May be run container like this? My new dockerfile:
torrent: restart: always image: diameter/rtorrent-rutorrent environment: - GRP_ID=1234 tty: true + ulimits: + nofile: + soft: 20000 + hard: 40000 networks: - web ports: - 49160:49160/udp - 49161:49161 volumes: - /data/torrents:/downloads
Sorry, something went wrong.
No branches or pull requests
I am seeing this error with some trackers, and I found this possible solution - adding a LimitNOFILE systemctl config setting.
Is there a way to try this with the supervisor.conf in this image?
Any other possible solutions?
The text was updated successfully, but these errors were encountered: