Re: Svn update slow for a small repository
From: kv chin <a.sparrow_at_yahoo.com>
Date: 2006-04-14 08:20:07 CEST
I finally decided to spent sometime looking into the code for this slowdown. Turns out that this is already a known issue (look at the topic on "Subversion _really_slow) . Subversion depends on APR to get random number. In the default build, APR uses /dev/random to get its number. Sometime the system would stall waiting on /dev/random.
I decided I don't need this high degree of randomness, so I configure mine with a --without-devrandom switch. With this, the problem goes away.
kv chin <a.sparrow@yahoo.com> wrote:
> We're trying to use subversion 1.3.0 for a pretty small repository
> The slowness is most often observed when performing updates and
I have the exact same problem too. I used svnserve -d -r ... to
Any help would be greatly appreciated.
Kart
---------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.