Hi Team,
We are using subversion 1.7 version and we are facing issues very often when the users trying to commit or checkout they are getting HTTP 500 error and the user is getting locked out. The users are authenticated via LDAP. At first we thought it was a server resource crunch issue and we increased the server resources but still we are getting the same problem Here is the current details Subversion running on single server Repos : 135 Disk Used : Around 500GB CPU : 4 RAM : 24 Subversion Repo file system type : FSFS Below is the apache settings Timeout 60 KeepAlive Off MaxKeepAliveRequests 100 KeepAliveTimeout 15 <IfModule prefork.c> StartServers 8 MinSpareServers 5 MaxSpareServers 20 ServerLimit 256 MaxClients 256 MaxRequestsPerChild 4000 </IfModule> <IfModule worker.c> StartServers 4 MaxClients 300 MinSpareThreads 25 MaxSpareThreads 75 ThreadsPerChild 25 MaxRequestsPerChild 0 </IfModule> We have around 100+ users accessing the repos and the CPU utilization is normal as checked in sar report. Any advice on the same. Thanks & regards, Jackson J