-
Notifications
You must be signed in to change notification settings - Fork 185
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
Shared object error running Rails 7 with concurrent requests #2799
Comments
Thank you for the report! |
@headius Could you share the application? |
The application is the same setup as in #2804, but running on Linux on i7 in native mode. |
I am encountering the same error as well with 1000 concurrent request. Even used the docker image:
below is the error encountered:
|
I run into this occasionally attempting to run Rails 7 with Puma on TruffleRuby 22.3. It kills the server.
The app is a trivial generated "blog" scaffold app with Puma configured for 32 threads and siege doing 32 connections. If I drive the app with a few requests before starting benchmarking, it seems to fail less often.
The text was updated successfully, but these errors were encountered: