> -----Original Message----- > From: Johan Corveleyn [mailto:jcor...@gmail.com] > Sent: 29 October 2010 14:43 > To: Bagnall, Martin > Cc: users@subversion.apache.org > Subject: Re: Secure Connection Truncated/Insufficient system resources > > On Fri, Oct 29, 2010 at 2:35 PM, Bagnall, Martin > <martin.bagn...@hmhpub.com> wrote: > > In the Apache SSL error log on the server the corresponding message > is: > > > > [Fri Oct 29 13:10:15 2010] [error] [client <IP_Address>] Provider > > encountered an error while streaming a REPORT response. [500, #0] > > > > [Fri Oct 29 13:10:15 2010] [error] [client <IP_Address>] A failure > occurred > > while driving the update report editor [500, #721450] > > > > [Fri Oct 29 13:10:15 2010] [error] [client <IP_Address>] Can't read > file > > 'E:\\repository\\<repo_name>\\db\\revs\\20\\20795': Insufficient > system > > resources exist to complete the requested service. > > > <snip> > > > > The "Insufficient system resources" message suggests a problem with > the > > server but I don't see anything hogging memory or CPU and available > disk > > space is fine. The repository is quite large if that makes a > difference (278 > > Gb on the server). > > Wow, 278 Gb for a repository is *huge* IMHO. Are there a lot of large > binary files in there?
Yes, there are a lot of binary files in there. None are particularly large by themselves but there are many of them. > > Maybe the "insufficient resource" is related to the number of open > file handles? I don't know how this works on Windows (or how you can > configure it), but on *nix you have things like "ulimit" to limit the > maximum number of file descriptors a process can have open > simultaneously. I'm not sure how they work on Windows either but I'll take a look - thanks. > > Is there anything special about revision 20795, the one that is > referenced in the "insufficient system resources" message? Is it a > very large rev file in the repository (the file > 'E:\\repository\\<repo_name>\\db\\revs\\20\\20795')? I've checked the revision (and others referenced in similar errors, some from other repositories) and they all seem to involve a lot of files - again, none of the files are particularly large by themselves but there's a great deal of them associated with each commit. > > Cheers, > Johan > > > > > Server: Apache 2.2.15 with Subversion 1.6.11 on Windows Server 2003 > > > > Client: TortoiseSVN 1.6.11 on Windows 7