On Wed, Apr 9, 2014 at 12:54 PM, MtK - SmartMtK <[email protected]> wrote:
> OK, let me try again:
> the problem started regardless of the amount of TimeOut (setting) or any
> other HTTPD setting the amount of RAM on the machine.
>
> These settings worked perfectly fine (up until some unknown point):
> Timeout 60
> KeepAliveTimeout 15
> <IfModule prefork.c>
> StartServers       1
> MinSpareServers    1
> MaxSpareServers    1
> ServerLimit        2
> MaxClients         2
> MaxRequestsPerChild  50
> </IfModule>
>
>
> now, if I try to access the main page, it works fine, but when I try to
> access the Host Summary page I get "Gateway Time-out".
> only when I change the settings to a (much) bigger settings, like:
> Timeout 6000
> KeepAliveTimeout 1500
> <IfModule prefork.c>
> StartServers       10
> MinSpareServers    10
> MaxSpareServers    10
> ServerLimit        20
> MaxClients         20
> MaxRequestsPerChild  500
> </IfModule>
>
> it thinks for a long time, but eventually generates the page.
>
> was that clearer?

It is clear that your VM is running slowly, but it is still not clear
if the number of http servers/clients/requests are affecting speed
(which should only be RAM-related) or if something external sharing
resources (other VMs and applications on the same host/disk) are
affecting it.

-- 
   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/

Reply via email to