[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

A performance tip

From: <nas_at_mems-exchange.org>
Date: 2003-01-23 18:14:37 CET

Before running svnadmin load or svnadmin recover, add set_flags
DB_TXN_NOSYNC in the DB_CONFIG file. It gives a massive speed
increase. Remember to remove it after since I'm not sure if it's safe.

Could svnadmin set the flag itself? It stupid for it to do millions of
fsync calls while running instead a handful when it completes. Try
running strace on svnserve, svnadmin or the apache. The number of fsync
calls made is truly staggering.

  Neil

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:09:31 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.