no, memory is not the problem. as I said, it was working just fine (and fast) with the previous settings
-----Original Message----- From: Les Mikesell [mailto:[email protected]] Sent: יום ד 09 אפריל 2014 19:13 To: General list for user discussion, questions and support Subject: Re: [BackupPC-users] Host Summary - slow generation On Wed, Apr 9, 2014 at 10:37 AM, MtK - SmartMtK <[email protected]> wrote: > Hey, > > I'm running version 3.3.0 and up until recent everything was working > fine and pretty fast. > I am not sure if something changed, but whenever I try to access the > Host Summary page, I receive a gateway timed out page. > > current settings: > > Timeout 60 > KeepAliveTimeout 15 > <IfModule prefork.c> > StartServers 10 > MinSpareServers 10 > MaxSpareServers 10 > ServerLimit 20 > MaxClients 20 > MaxRequestsPerChild 500 > </IfModule> > > I could probably set them a little bit lower, but still I can't figure > out why is it taking so long (also with current settings). Just a guess, but you might be short on RAM for these settings. Mod_perl can be a memory hog and doesn't maintain the shared pages from the fork() long because of the way perl reference-counts variables. -- Les Mikesell [email protected] ---------------------------------------------------------------------------- -- Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test & Deployment Start a new project now. Try Jenkins in the cloud. http://p.sf.net/sfu/13600_Cloudbees _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/ ------------------------------------------------------------------------------ Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test & Deployment Start a new project now. Try Jenkins in the cloud. http://p.sf.net/sfu/13600_Cloudbees _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
