[capistrano] ec2 deployment spikes CPU to 100% forever

2011-11-06 Thread njs
I am trying to do a deployment to a ec2 micro instance. It gets to the point where it triggers the assets precompile task and after that the cpu usage on the ec2 goes upto 100% and remains there. Most of the cpu is used between syslogd and node (javascript engine) processes. This is a Rails 3.1

Re: [capistrano] ec2 deployment spikes CPU to 100% forever

2011-11-06 Thread Lee Hambley
I am trying to do a deployment to a ec2 micro instance. Could be a bundler problem, take a look at the bundler notes/docs/list for the discussions about using it in low-memory situations, otherwise … It gets to the point where it triggers the assets precompile task and after that the cpu

[capistrano] Re: ec2 deployment spikes CPU to 100% forever

2011-11-06 Thread Jim Morris
Are you using rails 3.1.0? Because 3.1.1 fixed a bug where the rake asset:precompile was broken when run on some servers. The bug did not seem to have anything to do with capistrano. -- * You received this message because you are subscribed to the Google Groups Capistrano group. * To post to