On Fri, 20 Aug 2010, Jonathan Nieder wrote:
(+cc: Nicolas, who knows the packing code pretty well)
Hi,
Thomas Jampen wrote:
quoted
I'm experiencing the following error while pushing a git repo (home
directory) to my QNAP TS-210:
user@mypc:~$ git push origin master
Counting objects: 12532, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (8974/8974), done.
fatal: Out of memory, malloc failed, 986.06 MiB | 1.65 MiB/s
error: pack-objects died of signal 13
How much memory is there on the machine where the pushed data is going?
Nicolas