Re: git status --> Out of memory, realloc failed

2017-03-03 Thread Carsten Fuchs
Hi René, Am 02.03.2017 um 21:04 schrieb René Scharfe: When I use ulimit -v with lower and lower numbers I can provoke mmap failures on bigger pack files, but not the realloc failures that you're seeing. And your packs should be only up to 20MB anyway (you can check that with "ls -l

Re: git status --> Out of memory, realloc failed

2017-03-03 Thread Carsten Fuchs
Hi Duy, Am 2017-03-02 um 10:31 schrieb Duy Nguyen: You could also try "git fast-export --anonymize" (read the doc first). Eventually this was not needed, but thanks for letting me know about it! I've not been aware of this feature beforehand, learned something. Best regards, Carsten

Re: git status --> Out of memory, realloc failed

2017-03-02 Thread René Scharfe
Am 01.03.2017 um 21:12 schrieb Carsten Fuchs: Hi René, Am 01.03.2017 um 11:02 schrieb René Scharfe: I use Git at a web hosting service, where my user account has a memory limit of 768 MB: (uiserver):p7715773:~$ uname -a Linux infongp-de15 3.14.0-ui16322-uiabi1-infong-amd64 #1 SMP Debian

Re: git status --> Out of memory, realloc failed

2017-03-02 Thread Duy Nguyen
On Thu, Mar 2, 2017 at 3:12 AM, Carsten Fuchs wrote: >>> The repository is tracking about 19000 files which together take 260 MB. >>> The git server version is 2.7.4.1.g5468f9e (Bitbucket) >> >> >> Is your repository publicly accessible? > > > Unfortunately, no. There are

Re: git status --> Out of memory, realloc failed

2017-03-01 Thread Carsten Fuchs
Hi René, Am 01.03.2017 um 11:02 schrieb René Scharfe: I use Git at a web hosting service, where my user account has a memory limit of 768 MB: (uiserver):p7715773:~$ uname -a Linux infongp-de15 3.14.0-ui16322-uiabi1-infong-amd64 #1 SMP Debian 3.14.79-2~ui80+4 (2016-11-17) x86_64 GNU/Linux

Re: git status --> Out of memory, realloc failed

2017-03-01 Thread René Scharfe
ruling out already fixed issues would be nice. (uiserver):p7715773:~/cafu$ git gc Zähle Objekte: 44293, Fertig. Komprimiere Objekte: 100% (24534/24534), Fertig. Schreibe Objekte: 100% (44293/44293), Fertig. Total 44293 (delta 17560), reused 41828 (delta 16708) (uiserver):p7715773:~/cafu$ git status

git status --> Out of memory, realloc failed

2017-02-25 Thread Carsten Fuchs
git version 2.1.4 The problem is that `git status` fails with an out of memory error: (uiserver):p7715773:~/cafu$ git status fatal: Out of memory, realloc failed fatal: recursion detected in die handler I talked to their support and their suggestion was to set a couple of memory constraints