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 .git/objects

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 3.14.7

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 no big secrets in there,

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 What

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

2017-03-01 Thread René Scharfe
Am 25.02.2017 um 11:13 schrieb Carsten Fuchs: Dear Git group, 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/Linu