From: Jeff King <peff@peff.net>
To: Tom <tdmoretto@hotmail.com>
Cc: git@vger.kernel.org
Subject: Re: assistance with git error
Date: Tue, 24 Feb 2015 16:11:36 -0500 [thread overview]
Message-ID: <20150224211136.GA32217@peff.net> (raw)
In-Reply-To: <loom.20150224T213812-434@post.gmane.org>
On Tue, Feb 24, 2015 at 08:40:56PM +0000, Tom wrote:
> Could someone provide me some assistance with troubleshooting the following:
>
> remote: Counting objects: 31654, done.
> error: pack-objects died of signal 99568/19585)
The output is smushed here due to the use of "\r" for the progress
reporting, but the interesting message is:
error: pack-objects died of signal 9
which probably overwrote something like:
remote: Compressing objects: XXX% (9568/19585)
The rest of the messages are just the error propagating through the
various programs on the remote and local sides. So something killed
pack-objects with signal 9 (SIGKILL). Just a guess, but it may have been
killed for using too much memory.
Do you have control of the server? Is it running Linux? If so, check
your system logs to see if the OOM-killer killed it.
If the server is multi-core, setting:
git config pack.threads 1
in the repository in question may reduce the peak memory usage.
-Peff
next prev parent reply other threads:[~2015-02-24 21:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-24 20:40 assistance with git error Tom
2015-02-24 21:11 ` Jeff King [this message]
[not found] ` <COL127-W1624CE9FAAEECB25DBE954A5160@phx.gbl>
[not found] ` <20150224214500.GA23245@peff.net>
[not found] ` <COL127-W7F78AD18199BF6C38EEA0A5160@phx.gbl>
2015-02-24 21:56 ` Jeff King
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150224211136.GA32217@peff.net \
--to=peff@peff.net \
--cc=git@vger.kernel.org \
--cc=tdmoretto@hotmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).