Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Gerrit internal server error

On Sat, Feb 5, 2011 at 05:06, Matthias Sohn
<matthias.sohn@xxxxxxxxxxxxxx> wrote:
> I can't push this patch to gerrit:
>
> [d029788@wdfm00251943a egit (fixActions)]$ git push review
> HEAD:refs/for/stable-0.11
> fatal: internal server error
> fatal: The remote end hung up unexpectedly
>
> here my remote configuration for "review"
>
> [remote "review"]
>        push = HEAD:refs/for/master
>        pushurl = ssh://msohn@xxxxxxxxxxxxxxxx:29418/egit.git
>
> What's wrong here ?

The server ran out of heap space.  WTF?

[2011-02-05 07:58:13,748] ERROR com.google.gerrit.sshd.BaseCommand :
Internal server error (user msohn account 4) during git-receive-pack
'/egit.git'
java.lang.OutOfMemoryError: Java heap space

I'm restarting it now.

-- 
Shawn.


Back to the top