-
Notifications
You must be signed in to change notification settings - Fork 19
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
Memory usage probably wrong #6
Comments
You are correct zombocom/get_process_mem#2 on linux we should be using PSS, i'm working on updating this. |
Thanks @schneems. |
👍 |
Should I hold off on using this gem until this is fixed? Was thinking about deploying it, but this issue worries me! |
I wouldn't consider this gem safe for production just quite yet. Turns out PSS is also not correct zombocom/get_process_mem#7 |
OK thanks! What does unicorn worker killer use? |
same thing :( On Mon, Apr 28, 2014 at 6:04 PM, Jeremy Haile [email protected]:
|
could this help ? see https://github.com/arches/whacamole |
whacamole is pretty cool concept, have you tried it? I'm not in love with requiring people to embed an API token in their app, stuff like that is a bit messy ATM. Maybe we should link people to that from the readme? |
Did not try it, using But adding it to the readme sounds like a good idea ... lot's of desperate On Mon, Nov 30, 2015 at 11:07 AM, Richard Schneeman <
|
Hey guys,
I'm using puma auto tune in an api with heroku and it looks that auto tune is seeing the wrong amount of used memory.
Here's a librato chart with the date:
The current configuration is:
The app is using only one thread.
Is this right?
Thanks!
The text was updated successfully, but these errors were encountered: