I'm managing an 1and1 shared server, and I using git to update it. I save the actual status in a brach named master_1437985331, use git checkout master to change to my "production" branch and finally do git pull origin master
to try to retrieve the changes. When I do this, I recived a fatal error that says:
fatal: Out of memory, malloc failed (tried to allocate 117502943 bytes)
I try to do this: Git on Windows, "Out of memory - malloc failed"
The question is that the mmap error still raising in every git operation:
(uiserver):uXXXXXXX:~/path > git status
fatal: Out of memory? mmap failed: Cannot allocate memory
Who I can recover git from this error? Of course, try to use git checkout master_1437985331
don't work and raise the same mmap error.
Thanks.