Hi,I have one large repository,it is over 12G in size.If only one task checkout will take 20 minutes.
But more than 4 tasks chekout at the same time will be very slowly, and i do not know how long it will be successful.Anyone has suggest for me to improve this problem?clone info:remote: Counting objects: 6542695, doneremote: Finding sources: 17% (1353788/7962985)
--
--
To unsubscribe, email repo-discuss+unsubscribe@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On Tue, Nov 8, 2016 at 7:45 AM, Mtip <stmao...@gmail.com> wrote:Hi,I have one large repository,it is over 12G in size.If only one task checkout will take 20 minutes.do you mean clone ? Checkout is a local operation in git ...But more than 4 tasks chekout at the same time will be very slowly, and i do not know how long it will be successful.Anyone has suggest for me to improve this problem?clone info:remote: Counting objects: 6542695, doneremote: Finding sources: 17% (1353788/7962985)how large is the server you are running the Gerrit server on (cores, memory etc) ?What's the available network bandwidth between client and server ?Do you regularly run git gc or gerrit gc on all repositories ?How does your Gerrit server's configuration look like ?
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+unsubscribe@googlegroups.com.
git repack -b
"
"
I think JGit gc always writes a bitmap index for each packfile.
On Tue, Nov 8, 2016 at 7:45 AM, Mtip <stmao...@gmail.com> wrote:Hi,I have one large repository,it is over 12G in size.If only one task checkout will take 20 minutes.do you mean clone ? Checkout is a local operation in git ...But more than 4 tasks chekout at the same time will be very slowly, and i do not know how long it will be successful.Anyone has suggest for me to improve this problem?clone info:remote: Counting objects: 6542695, doneremote: Finding sources: 17% (1353788/7962985)how large is the server you are running the Gerrit server on (cores, memory etc) ?What's the available network bandwidth between client and server ?Do you regularly run git gc or gerrit gc on all repositories ?How does your Gerrit server's configuration look like ?
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.