Re: [PATCH] index-pack: reduce memory footprint a bit
From: matthew sporleder <hidden>
Date: 2016-06-15 23:03:47
On Tue, Feb 10, 2015 at 12:49 PM, Junio C Hamano [off-list ref] wrote:
matthew sporleder [off-list ref] writes:quoted
I'm having trouble getting this new patch to apply.Apply the first one, replace all object_entry_extra with object_stat, replace all objects_extra with obj_stat and amend the first one. Then apply this one.
I got this to work and had a good experience but got this from an arm user:
Cloning into 'NetBSD-src-git'...
remote: Counting objects: 3484984, done.
remote: Compressing objects: 100% (636083/636083), done.
error: index-pack died of signal 10
fatal: index-pack failed
125.84 real 0.13 user 0.49 sys
Core was generated by `git'.
Program terminated with signal SIGBUS, Bus error.
#0 0x00045f88 in cmd_index_pack ()
(gdb) bt
#0 0x00045f88 in cmd_index_pack ()
#1 0x00014058 in handle_builtin ()
#2 0x00129358 in main ()
I will wait for the "official" patch and ask if my friend can compile with -g.