Re: Seeing very slow performance with svnadmin verify

2016-11-01 Thread Stefan Sperling
On Tue, Nov 01, 2016 at 12:14:32AM -0700, Eric Johnson wrote: > Using: svnadmin --version > svnadmin, version 1.9.4 (r1740329) > > The first time I ran into this, I simply added the -M option. Since the > default is reported just "16", I added "-M 384", and noticed a significant > speed bump. Howe

Re: Seeing very slow performance with svnadmin verify

2016-11-01 Thread Andreas Mohr
On Tue, Nov 01, 2016 at 12:14:32AM -0700, Eric Johnson wrote: > Since I have on the order of 230,000 additional commits to check, I'm > looking at 39 days before my repository finishes verifying. That's not > really acceptable. > > Any suggestions? Am I doing something wrong? You could try to run

Seeing very slow performance with svnadmin verify

2016-11-01 Thread Eric Johnson
Using: svnadmin --version svnadmin, version 1.9.4 (r1740329) The first time I ran into this, I simply added the -M option. Since the default is reported just "16", I added "-M 384", and noticed a significant speed bump. However, I've got a repository where even this big jump didn't fix the per