Thread (3 messages) flat view 3 messages, 2 authors, 2016-06-15

Re: Out of memory error with git rebase

From: Johannes Sixt <hidden>
Date: 2016-06-15 22:52:19

Am 26.10.2011 11:21, schrieb Hannu Koivisto:
If 'git rebase origin/master' dies with an out of memory error
(probably due to a few of large binary files in the repository, the
largest being ~300MB and ~1GB in total in one directory), which
settings should be tweaked and how to get rid of the problem?  I
tried...
Try 'git rebase -m origin/master'. Without -m, rebase uses
format-patch+am, i.e., assuming there are changes to the binary files
that are to be rebased, a binary patch file would have to be generated
and applied later. This is very likely where git bails out.

-- Hannes
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help