We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
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
Provide at least:
Other relevant info you may wish to add:
Ruby is creating too many runtimes and failing with OOM error.
Code we use to create scripting container:
ScriptingContainer container = new ScriptingContainer(LocalContextScope.SINGLETHREAD,LocalVariableBehavior.TRANSIENT,false);
We are also using a pool of scripting containers and use it.
Probably the issue #4367 again resurfaced.
Here are the MAT analysis of the problem:
The text was updated successfully, but these errors were encountered:
This is a native memory leak. This may be similar to #1791
Sorry, something went wrong.
Strange...the MAT report shows paths to root via SoftReference, so I would have expected these things to go away.
@adpande Does the problem exist on JRuby 9.1.16? If so, can you provide a heap dump we can use to investigate?
Hello @headius, Sorry for the delay. I will test and try to generate heap dump with v9.1.1.16. Thanks!
@adpande Any luck?
No respond, closing. If you still have an issue, please open a new bug, since a lot has changed in two years.
No branches or pull requests
Environment
Provide at least:
Other relevant info you may wish to add:
Expected Behavior
Actual Behavior
Ruby is creating too many runtimes and failing with OOM error.
Code we use to create scripting container:
We are also using a pool of scripting containers and use it.
Probably the issue #4367 again resurfaced.
Here are the MAT analysis of the problem:
The text was updated successfully, but these errors were encountered: