Re: [PATCH/RFC] gitperformance: add new documentation about git performance tuning

2017-04-05 Thread Duy Nguyen
On Tue, Apr 4, 2017 at 4:16 AM, Ævar Arnfjörð Bjarmason wrote: > Things I have on my TODO list: Always keep cache-tree valid. I think there's some changes in "git checkout" to rebuild cache-tree often, so it's probably not as bad as before. I don't know if there's a command to

Re: [PATCH/RFC] gitperformance: add new documentation about git performance tuning

2017-04-04 Thread Ævar Arnfjörð Bjarmason
On Tue, Apr 4, 2017 at 12:39 AM, Eric Wong wrote: > Ævar Arnfjörð Bjarmason wrote: >> On Mon, Apr 3, 2017 at 11:34 PM, Eric Wong wrote: >> > Ævar Arnfjörð Bjarmason wrote: >> >> - Should we be covering good practices for your

Re: [PATCH/RFC] gitperformance: add new documentation about git performance tuning

2017-04-04 Thread Jeff Hostetler
On 4/4/2017 11:18 AM, Ævar Arnfjörð Bjarmason wrote: On Tue, Apr 4, 2017 at 5:07 PM, Jeff Hostetler wrote: On 4/3/2017 5:16 PM, Ævar Arnfjörð Bjarmason wrote: Add a new manpage that gives an overview of how to tweak git's performance. There's currently no good

Re: [PATCH/RFC] gitperformance: add new documentation about git performance tuning

2017-04-04 Thread Ævar Arnfjörð Bjarmason
On Tue, Apr 4, 2017 at 5:07 PM, Jeff Hostetler wrote: > > On 4/3/2017 5:16 PM, Ævar Arnfjörð Bjarmason wrote: >> >> Add a new manpage that gives an overview of how to tweak git's >> performance. >> >> There's currently no good single resource for things a git site >>

Re: [PATCH/RFC] gitperformance: add new documentation about git performance tuning

2017-04-04 Thread Jeff Hostetler
On 4/3/2017 5:16 PM, Ævar Arnfjörð Bjarmason wrote: Add a new manpage that gives an overview of how to tweak git's performance. There's currently no good single resource for things a git site administrator might want to look into to improve performance for his site & his users. This

Re: [PATCH/RFC] gitperformance: add new documentation about git performance tuning

2017-04-03 Thread Jeff King
On Mon, Apr 03, 2017 at 11:57:51PM +0200, Ævar Arnfjörð Bjarmason wrote: > >> +These features can be enabled on git servers, they won't help the > >> +performance of the servers themselves, > > > > Is that true for bitmaps? I thought they reduced CPU usage on > > the server side... > > I'm not

Re: [PATCH/RFC] gitperformance: add new documentation about git performance tuning

2017-04-03 Thread Eric Wong
Ævar Arnfjörð Bjarmason wrote: > On Mon, Apr 3, 2017 at 11:34 PM, Eric Wong wrote: > > Ævar Arnfjörð Bjarmason wrote: > >> - Should we be covering good practices for your repo going forward to > >>maintain good performance? E.g. don't

Re: [PATCH/RFC] gitperformance: add new documentation about git performance tuning

2017-04-03 Thread Ævar Arnfjörð Bjarmason
On Mon, Apr 3, 2017 at 11:34 PM, Eric Wong wrote: > Ævar Arnfjörð Bjarmason wrote: >> Add a new manpage that gives an overview of how to tweak git's >> performance. >> >> There's currently no good single resource for things a git site >> administrator might want

Re: [PATCH/RFC] gitperformance: add new documentation about git performance tuning

2017-04-03 Thread Eric Wong
Ævar Arnfjörð Bjarmason wrote: > Add a new manpage that gives an overview of how to tweak git's > performance. > > There's currently no good single resource for things a git site > administrator might want to look into to improve performance for his > site & his users. This

[PATCH/RFC] gitperformance: add new documentation about git performance tuning

2017-04-03 Thread Ævar Arnfjörð Bjarmason
Add a new manpage that gives an overview of how to tweak git's performance. There's currently no good single resource for things a git site administrator might want to look into to improve performance for his site & his users. This unfinished documentation aims to be the first thing someone might