Describe your new note here.
Affected Version: 2.1.1.1
Environment: gerrit2 runs on debian lenny server. One git client runs on
debian etch. Another git client runs on debian lenny.
What steps will reproduce the problem?
1. On lenny git client, create project and push master to gerrit.
2. On lenny git client, push two experiment branches to gerrit. (ie. e1, e2)
3. On etch git client, pull the git project from lenny git client. Create
e3 branch, working on it then push e3 branch to gerrit.
What is the expected output? What do you see instead?
The git push in step 3 should perform successfully.
The error output is below.
updating 'refs/heads/e3'
from 0000000000000000000000000000000000000000
to 44403e029ec18fb31daa0f722a48d51a7f6784dd
Generating pack...
Done counting 1688 objects.
Deltifying 1688 objects.
100% (1688/1688) done
Writing 1688 objects.
100% (1688/1688) done
Total 1688, written 1688 (delta 1041), reused 1203 (delta 714)
unpack error Java heap space
ng refs/heads/e3 n/a (unpacker error)
Please provide any additional information below.
lenny git version: git version 1.5.6.5
etch git version: git version 1.4.4.4
You need to increase the amount of memory available to your Gerrit daemon process. If you are using the bin/gerrit.sh script to start the process, edit etc/gerrit.config and add [container] heapLimit = 256m Or some other suitably large amount of memory. http://gerrit.googlecode.com/svn/documentation/2.1/config-gerrit.html#container