Re: 64-bit support.

2013-11-14 Thread Лежанкин Иван
...@acm.org wrote: Can you be more specific about the limitation you suspect you are hitting? 32,768 is not the max 32-bit value. On Nov 14, 2013, at 6:58, Лежанкин Иван abys...@gmail.com wrote: Hi! Do you plan to implement the 64-bit support in git? - Right now I have a problems sometimes

Error message: unable to open object pack directory: .git/objects/pack: Too many open files

2013-11-12 Thread Лежанкин Иван
I get this error message every time I want to do a `git push`. git version: 1.8.4.2 Is it a known issue? Do you need additional info to investigate it? Ivan. -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info

Re: Error message: unable to open object pack directory: .git/objects/pack: Too many open files

2013-11-12 Thread Лежанкин Иван
1024 On 12 November 2013 13:34, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Tue, 12 Nov 2013 12:02:38 +0400 Лежанкин Иван abys...@gmail.com wrote: I get this error message every time I want to do a `git push`. git version: 1.8.4.2 Is it a known issue? Do you need

Re: Error message: unable to open object pack directory: .git/objects/pack: Too many open files

2013-11-12 Thread Лежанкин Иван
in the referenced repo - to prevent all local repos from breaking. May this be the cause of problem? On 12 November 2013 18:19, Duy Nguyen pclo...@gmail.com wrote: On Tue, Nov 12, 2013 at 3:02 PM, Лежанкин Иван abys...@gmail.com wrote: I get this error message every time I want to do a `git push

Re: Error message: unable to open object pack directory: .git/objects/pack: Too many open files

2013-11-12 Thread Лежанкин Иван
I've tried your commit. No more error messages. Looking forward to the next git version. Thanks. On 13 November 2013 07:32, Duy Nguyen pclo...@gmail.com wrote: On Wed, Nov 13, 2013 at 10:04 AM, Bryan Turner btur...@atlassian.com wrote: but it's only available in v1.5.0-rc0 or rc1. Could you

Re: Huge possible memory leak while cherry-picking.

2013-08-12 Thread Лежанкин Иван
2013 00:39, Felipe Contreras felipe.contre...@gmail.com wrote: On Fri, Aug 9, 2013 at 7:13 AM, Лежанкин Иван abys...@gmail.com wrote: I have tried to cherry-pick a range of ~200 commits from one branch to another. And you can't imagine how I was surprised when the git process ate 8 Gb of RAM

Huge possible memory leak while cherry-picking.

2013-08-09 Thread Лежанкин Иван
Hi, I have tried to cherry-pick a range of ~200 commits from one branch to another. And you can't imagine how I was surprised when the git process ate 8 Gb of RAM and died - before cherry-picking was complete. I downloaded git sources from master and built it with gperftools support