bitbucket - Git push - Out of memory, calloc failed and pack-objects died with strange error -
i'm having problem while trying force repo bitbucket first time:
[~/public_html]# git force -u origin --all counting objects: 2170, done. delta compression using 12 threads. fatal: out of memory, calloc failed error: pack-objects died unusual error
i've found similar propblems on stackoverflow suggest using repack --window-memory , --max-pack-size, pretty much same error:
[~/public_html]# git repack -a -d --window-memory 10m --max-pack-size 10m counting objects: 2170, done. delta compression using 12 threads. fatal: out of memory, calloc failed
my server has 4 gb of memory, can't see how it's run out. don't have particulary big files , entire repo 12 mb
i have done searching, can't find particular case.
what happening here?
it looks web host not allowing memory allocation instructions execute. might want seek compiling own version of git mmap turned off.
for reference: http://wiki.dreamhost.com/git#setup_two:_more_thoughtful
git bitbucket
No comments:
Post a Comment