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

memory leak in relay service #16

Open
shubhenducw opened this issue Mar 13, 2024 · 0 comments
Open

memory leak in relay service #16

shubhenducw opened this issue Mar 13, 2024 · 0 comments

Comments

@shubhenducw
Copy link

We have about 500-600 clients who connect and disconnect throughout the day, however the memory consumption increases throughout the day, it appears like the socket connection is not closed or the TCP connection is not closed, due to which there's high memory usage

Memory Metrics from the deployed instance

image

Overview of the Rabbit MQ during the same.

image

From the logs of deployed cloudamqp/websocket-tcp-relay

2024-03-12T17:14:50.914146378Z 152.58.208.213:0 disconnected: #<IO::Error:Closed stream>
2024-03-12T17:14:52.571178383Z 152.58.208.213:0 connected
2024-03-12T17:14:52.578574932Z 152.58.208.213:0 connected to upstream

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