| Issue 205: | Really large push can overload JVM heap, causing OutOfMemoryError | |
| Back to list |
Reported by Shawn Pearce <sop@google.com> on Thu May 28 19:42:59 PDT 2009 Source: JIRA GERRIT-205 If Jetty runs out of RAM when you push a changeset, git reports the less-than- stellar error message "error: pack-objects died with strange error". This can be fun to track down. Folks have run into this problem: http://stackoverflow.com/questions/718962/git-push-error-pack-objects-died-with-strange-error We should try to catch OOM when we call ReceivePack, where we are expected to really overload the heap, and report something better to the client.
Sep 24, 2009
#1
code-rev...@gtempaccount.com
Sep 24, 2009
Update by Shawn Pearce <sop@google.com> on Mon Jun 01 15:10:19 PDT 2009
Status:
WontFix
|
|
| ► Sign in to add a comment |