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
Out of metaspace intermittently on Travis #6800
Comments
It happened again after restarting the job: https://app.travis-ci.com/github/jruby/jruby/jobs/535115751 This may be a regression from one of the two updated dependencies. |
I went ahead and merged #6798 since those changes did not seem to be related. We will see if this happens in the master CI builds and proceed from there. |
It did not happen after the merge of this and a subsequent merge of jruby-openssl update. We will continue to monitor. It may be environmental, or we may be just on the edge of metaspace and recent changes have pushed us closer to that edge. |
mem usage is much lower in dev mode, but I don't see anything useful in logs that could explain a leak.
|
I bumped it up to 768M on master and it made it through one run. We shall see. |
Have not seen an issue again for a while, across several new PRs. Perhaps we just started using enough metaspace in the spec:ruby:fast:jit run to hit the preset ceiling. |
Recently a job for PR #6798 failed in the
spec:ruby:fast:jit
target withOutOfMemoryError: metaspace
:I have not seen this error before or since.
The text was updated successfully, but these errors were encountered: