What are your tricks for optimizing your Subversion configuration?
Posted
by Scott Markwell
on Server Fault
See other posts from Server Fault
or by Scott Markwell
Published on 2009-10-30T22:09:06Z
Indexed on
2010/05/12
8:26 UTC
Read the original article
Hit count: 228
For a Linux or Windows system, what tricks do you do to optimize your Subversion server?
The following are my current tricks for a Linux system serving over Apache with HTTPS and backed by Active Directory using LDAP authentication.
- Enabling KeepAlive on Apache
- Disable SVNPathAuthz
- Increase LDAP Cache
- Using the FSFS storage method instead of BDB
- Feel free to call this into question. I don't have hard proof that FSFS out performs BDB, only lots of tribal knowledge and hearsay.
© Server Fault or respective owner