Re: [PATCH] Expand on impact of threads on memory consumption.

2014-10-28 Thread Junio C Hamano
y. > > Robert. > > > From: Junio C Hamano [gits...@pobox.com] > Sent: 24 October 2014 18:27 > To: Robert de Bath > Cc: git@vger.kernel.org > Subject: [NOTWHITELIST] Re: [PATCH] Expand on impact of threads on memory > consumpt

Re: [PATCH] Expand on impact of threads on memory consumption.

2014-10-24 Thread Robert de Bath
there's a 'default' and another 'default' which would be covered by your rewording. So I have no real problem either way. Robert. From: Junio C Hamano [gits...@pobox.com] Sent: 24 October 2014 18:27 To: Robert de Bath Cc: git

Re: [PATCH] Expand on impact of threads on memory consumption.

2014-10-24 Thread Junio C Hamano
Robert de Bath writes: > diff --git a/Documentation/config.txt b/Documentation/config.txt > index c55c22a..6384038 100644 > --- a/Documentation/config.txt > +++ b/Documentation/config.txt > @@ -1828,7 +1828,10 @@ pack.depth:: > > pack.windowMemory:: > The window memory size limit used by

[PATCH] Expand on impact of threads on memory consumption.

2014-10-24 Thread Robert de Bath
It took me a long time to notice the rider on the pack.threads configuration option that it would multiple the memory consumption by the number of CPUs in the machine. This patch puts the memory consumption warning against the memory option that I was using to try to stop git-pack running out of RA