server: one small DigitalOcean VPS instance

Sounds like you might want to look into the OOM
Killer<http://linux-mm.org/OOM_Killer>.
When bundling, or other intensive deploy time operations, it can be that
your server suffers temporary memory starvation, and some processes suffer.

But as Jonathan correctly said, we didn't write any official puma
integration, and we can't really help you debug this, but OOM is a decent
place to start looking, otherwise, I hope the puma guys can help you.

Good luck

Lee Hambley
--
http://lee.hambley.name/
+49 (0) 170 298 5667


On 26 September 2013 19:53, Jonathan Rochkind <[email protected]> wrote:

> My first guess would be that it's a bug in the official puma capistrano
> script from puma; I'd report it to puma rather than capistrano.
>
> Figuring it out is going to take someone figuring out how to reproduce the
> problem, and then debugging it; there's no way to know what them problem
> might be just from your description. That debugging will involve the puma
> capistrano recipe. Which, since it's provided by puma, is presumably
> supported by the puma team.
>
>
> On 9/26/13 12:09 PM, Andrew Havens wrote:
>
>> I'm running into an issue where puma is not restarted after a successful
>> deploy. It happens randomly and haven't found a correlation to it. I'm
>> using the "official" puma capistrano script which hooks into the
>> deploy:restart command (so there's nothing that I need to do besides
>> require the script). Here's some details that might be helpful:
>>
>> Rails app, asset pipeline, git
>> deploy_via remote_cache
>> use_sudo: false
>> ruby 1.9.3p429 (using rbenv)
>> Capistrano 2.15.5
>> puma 2.6.0
>> server: one small DigitalOcean VPS instance
>>
>> --
>> --
>> * You received this message because you are subscribed to the Google
>> Groups "Capistrano" group.
>> * To post to this group, send email to [email protected]
>> * To unsubscribe from this group, send email to
>> capistrano+unsubscribe@**googlegroups.com<capistrano%[email protected]>For
>>  more options, visit this
>> group at 
>> http://groups.google.com/**group/capistrano?hl=en<http://groups.google.com/group/capistrano?hl=en>
>> ---
>> You received this message because you are subscribed to the Google
>> Groups "Capistrano" group.
>> To unsubscribe from this group and stop receiving emails from it, send
>> an email to 
>> capistrano+unsubscribe@**googlegroups.com<capistrano%[email protected]>
>> .
>> For more options, visit 
>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
>> .
>>
>
> --
> --
> * You received this message because you are subscribed to the Google
> Groups "Capistrano" group.
> * To post to this group, send email to [email protected]
> * To unsubscribe from this group, send email to capistrano+unsubscribe@**
> googlegroups.com <capistrano%[email protected]> For more
> options, visit this group at http://groups.google.com/**
> group/capistrano?hl=en <http://groups.google.com/group/capistrano?hl=en>
> --- You received this message because you are subscribed to the Google
> Groups "Capistrano" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to 
> capistrano+unsubscribe@**googlegroups.com<capistrano%[email protected]>
> .
> For more options, visit 
> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
> .
>

-- 
-- 
* You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
* To post to this group, send email to [email protected]
* To unsubscribe from this group, send email to 
[email protected] For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to