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

ruby 2.6.5p114 : CPU goes to 100% and connection stops without error #532

Open
urkishan opened this issue May 13, 2021 · 1 comment
Open

Comments

@urkishan
Copy link

I am using eventmachine and faye in my project and I am facing this issue the eventmachine and faye take 100% of CPU as I increases the CPU from 4 CPU to 8 CPU on AWS but still facing this issue.

I have also raised this issue on eventmachine, as I am not getting any response from them eventmachine/eventmachine#944

@urkishan urkishan changed the title ruby 2.6.5p114 : CPU goes to 100% and connect stops without error ruby 2.6.5p114 : CPU goes to 100% and connection stops without error May 13, 2021
@jcoglan
Copy link
Collaborator

jcoglan commented May 24, 2021

We recently released a new version of websocket-driver containing some optimisations that reduce the amount of allocation and copying done when it's parsing and serialising WebSocket frames. I don't know if this is the source of your problem but it would be worth upgrading to see if it makes a difference, as others have found it useful.

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

2 participants