Skip to content
New issue

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

cry_store goes into crash loop after some hours ("OSError: [Errno 24] Too many open files" "socket.accept() out of system resource") #2

Open
Trolldemorted opened this issue Apr 16, 2024 · 0 comments

Comments

@Trolldemorted
Copy link
Member

cry_store-1  | Traceback (most recent call last):
cry_store-1  |   File "/usr/lib/python3.8/asyncio/selector_events.py", line 164, in _accept_connection
cry_store-1  |     conn, addr = sock.accept()
cry_store-1  |   File "/usr/lib/python3.8/socket.py", line 292, in accept
cry_store-1  | OSError: [Errno 24] Too many open files
cry_store-1  | socket.accept() out of system resource
cry_store-1  | socket: <asyncio.TransportSocket fd=7, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('0.0.0.0', 9122)>
cry_store-1  | Traceback (most recent call last):
cry_store-1  |   File "/usr/lib/python3.8/asyncio/selector_events.py", line 164, in _accept_connection
cry_store-1  |     conn, addr = sock.accept()
cry_store-1  |   File "/usr/lib/python3.8/socket.py", line 292, in accept
cry_store-1  | OSError: [Errno 24] Too many open files
cry_store-1  | socket.accept() out of system resource
cry_store-1  | socket: <asyncio.TransportSocket fd=7, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('0.0.0.0', 9122)>
cry_store-1  | Traceback (most recent call last):
cry_store-1  |   File "/usr/lib/python3.8/asyncio/selector_events.py", line 164, in _accept_connection
cry_store-1  |     conn, addr = sock.accept()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant