-
Notifications
You must be signed in to change notification settings - Fork 18
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
Errno::ENOMEM: Cannot allocate memory #12
Comments
Hi! Can you please provide some more information?
Anything that can help me to understand why it happens. |
The latest version as of today yabeda (0.5.0)
concurrent-ruby
dry-initializer
yabeda-prometheus (0.5.0)
prometheus-client (~> 1.0)
yabeda (~> 0.5)
prometheus-client (1.0.0)
We've only added this line as the documentation suggested Prometheus::Client.config.data_store = Prometheus::Client::DataStores::DirectFileStore.new(dir: '/tmp/prometheus_direct_file_store')
We've only installed these two yabeda-puma-plugin (0.3.0)
json
puma
yabeda (~> 0.2)
yabeda-rails (0.4.0)
rails
yabeda (~> 0.4)
It's randomly popping up in our Error Monitoring actually, not particularly under high load. Thanks a lot! |
I've also posted the issue here, might be because of the ruby client |
Hi Yabeda-rb team,
We've bumped into issues like this
Is there any possibility to dump the file store properly?
The text was updated successfully, but these errors were encountered: