Jeff Turner writes: > > >Description: > If I add (or try to add) a large number of files, pserver dies. Looks > like a memory leak. Hardly, each add is done by a separate process. What's happening is that you're invoking cvs so rapidly that inetd thinks there's a problem and disables it for a while. Look at your inetd documentation for how to adjust its rate limit to something more appropriate. -Larry Jones I suppose if I had two X chromosomes, I'd feel hostile too. -- Calvin
- cvs 1.10.7 pserver dies on repeated adds Jeff Turner
- Re: cvs 1.10.7 pserver dies on repeated adds Derek R. Price
- Larry Jones