[git-users] Re: Fatal Out of Memory Error while Executing git_status tool

2017-10-04 Thread Gaganpreet Singh
Attaching on Screen Logs On Wednesday, October 4, 2017 at 5:25:34 PM UTC+5:30, Gaganpreet Singh wrote: > > I am trying to collect git_stats over my GIT Repository by executing the > following command: > > git_stats generate --path= --out-path=./gs > > However, after executing for 2-3 minutes

[git-users] git fetch tags is very slow with version 2.14.2 but 2.7.4

2017-10-04 Thread Makson Lee
with version 2.7.4: $ git init $ time git fetch git://codeaurora.org/platform/manifest.git --tags +refs/heads/*:refs/remotes/origin/* real0m35.311s user0m41.632s sys 0m5.204s with version 2.14.2: $ git init $ time git fetch git://codeaurora.org/platform/manifest.git --tags

[git-users] Fatal Out of Memory Error while Executing git_status tool

2017-10-04 Thread Gaganpreet Singh
I am trying to collect git_stats over my GIT Repository by executing the following command: git_stats generate --path= --out-path=./gs However, after executing for 2-3 minutes the tool returns Fatal Out of Memory Error. Is this a known issue? Is there a way I can increase this size? -- You