error: unpack-objects died of signal 9 with rails app

Hello,

I have a rails app running on a linode, and the code is managed by github. Deploying from local dev to live was going fine up until recently. Now I always get the following error message:

 ** [koop.hk :: out]
 ** [koop.hk :: out] error: unpack-objects died of signal 9
 ** fatal: unpack-objects failed

I researched online, and some say its due to the server disk space being full but mine has enough space. Could it be that the RAM needs upgrading?

Any help would be greatly appreciated!

Mike.

1 Reply

Check /var/log/syslog or /var/log/messages for out of memory issues, git can be memory intensive when packing large files.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct