Thanks for the quick hint. More questions below
On Mon, May 10, 2010 at 5:00 PM, Shawn Pearce <
s...@google.com> wrote:
>> (I assume 0 is ok, but I'd like to know what is the meaning of other codes).
>
> Right, 0 is OK. Anything else is "not OK".
>
> A status of 128 means an exception was caught internally, should
> have been logged to the error_log, and the remote command ended
> unexpectedly. 128 happens to also be the exit status of a git-core
> command which has called its internal die() handler and terminated
> early for any number of reasons.
>
> I would check your error_log around the same time. There should
> be an exception trace correlating to this log event.
looks like this:
ERROR com.google.gerrit.sshd.BaseCommand : Internal server error (user
yyyyy account 125) during git-upload-pack '/blahblah.git'
and most important:
java.lang.OutOfMemoryError: GC overhead limit exceeded
Does this mean the server is not configured according to the size of
data (blahblah is actually equivalent to a linux kernel) ?
Which config file should I look at ? (I'm not the admin of this
server, but slow down were seen, I'd like to debug this)
Thanks again