-
Notifications
You must be signed in to change notification settings - Fork 2
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
Build Process Potentially Leaking Memory #118
Comments
Update: Power cycling worked, which leads me to believe that we do have a memory leak on our hands. |
Hi Steve, A little more information about the system in its failing state will help determine where to look. The next time you experience this failure, could you run the following commands and share the contents of the created files?
Also, knowing the time since last deployment would help @mzgoddard and I estimate severity. Do you know how long it had been since you last deployed prior to the incident you reported here? |
@jugglinmike So, it looks like we're coming across a daily memory leak issue. I rebooted the server yesterday and it was out of memory again today. Here is the console message: The last deployment was the last merge into master. But it's run out of memory since the last time I rebooted the server, which was yesterday. Thoughts? |
@stevekinney The next time this happens (tomorrow morning, by the sound of it) and before rebooting the server, could you grab the stats I mentioned in my previous comment? |
Yup, I couldn't log in because the key on the server was from my CEE iMac, which I don't have anymore. So, I need @escoleman3 to pop in my personal key. I rebooted because someone needed to use it in the next two hours. |
So, @jugglinmike—the server went down twice today. I believe @escoleman3 reset it once this morning. I'm including the information you requested. |
Thanks @stevekinney . @mzgoddard and I have run through the data, and we think we understand the problem. This is our theory: It looks like the "top" server is failing occasionally and leaving its child processes (the activity servers) orphaned. The This highlights two separate problems:
I'm going to begin work on a fix for Does this make sense to you? |
@jugglinmike I noticed the site was down today, but the server was up. So I ran the
deploy.sh
script and got this error that I think we talked about in #65.I'm going to try to power cycle the server in the mean time.
The text was updated successfully, but these errors were encountered: