search for: serverlimit

Displaying 13 results from an estimated 13 matches for "serverlimit".

2009 Jan 20
6
Apache Server Tuning for Performance
...equests 1000 KeepAliveTimeout 150 ## Server-Pool Size Regulation (MPM specific) # prefork MPM # StartServers: number of server processes to start # MinSpareServers: minimum number of server processes which are kept spare # MaxSpareServers: maximum number of server processes which are kept spare # ServerLimit: maximum value for MaxClients for the lifetime of the server # MaxClients: maximum number of server processes allowed to start # MaxRequestsPerChild: maximum number of requests a server process serves <IfModule prefork.c> StartServers 8 MinSpareServers 5 MaxSpareServers 20 Server...
2010 Jul 13
2
Setting apache's maxclients higher than 256 in CentOS
Hi, I could not find any reference if the version of apache compiled for centos 5.x has support for more than 256 clients in apache's maxclients. If that is not the case how can I recompile the package with such support? Regards. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Dec 22
2
Webserver throughput in xen-environment
...ual http server, it happends in case of 5KB and 10KB files. Also it takes longer to run tests in virtual environment. Doc Size No. of Requests Concurrency Keep-alive  Time taken for tests(sec) Requests/sec Transfer rate (KB/s) Transfer rate (Mb/s) CPU% MaxKeepAliveRequests= 1000,   ServerLimit= 1024,   MaxClient= 1024 5KB 1,000,000 64 On 265.67 3764.03 19992.21 156.19 90 - 100 10KB 1,000,000 64 On 284.37 3516.58 36226.45 283.02 90 - 100 100KB 1,000,000 64 On 875.91 1141.67 114516.63 894.66 90 - 100 5KB 1,000,000 128 On 264.26 3784.13 20099.01 157.02 90 - 100 10KB 1,000,000 128...
2009 Dec 22
2
Webserver throughput in xen-environment
...ual http server, it happends in case of 5KB and 10KB files. Also it takes longer to run tests in virtual environment. Doc Size No. of Requests Concurrency Keep-alive  Time taken for tests(sec) Requests/sec Transfer rate (KB/s) Transfer rate (Mb/s) CPU% MaxKeepAliveRequests= 1000,   ServerLimit= 1024,   MaxClient= 1024 5KB 1,000,000 64 On 265.67 3764.03 19992.21 156.19 90 - 100 10KB 1,000,000 64 On 284.37 3516.58 36226.45 283.02 90 - 100 100KB 1,000,000 64 On 875.91 1141.67 114516.63 894.66 90 - 100 5KB 1,000,000 128 On 264.26 3784.13 20099.01 157.02 90 - 100 10KB 1,000,000 128...
2015 Nov 03
1
prefork vs worker mpm in apache
...php info page was showing that thread safety was disabled. But after that change apache processes spiked from around 11 processes per machine to well over 250 processes at any given time. These are the tuning settings we have in apache: StartServers 10 #MinSpareServers 10 #MaxSpareServers 25 ServerLimit 250 MaxRequestWorkers 250 MaxConnectionsPerChild 1000 KeepAlive On KeepAliveTimeout 30 EnableSendfile Off So I was just wondering how this change could've cause this problem of having the number of apache processes spike. And if there are any other changes we can make to apache to bring...
2011 Dec 02
12
puppet master under passenger locks up completely
I came in this morning to find all the servers all locked up solid: # passenger-status ----------- General information ----------- max = 20 count = 20 active = 20 inactive = 0 Waiting on global queue: 236 ----------- Domains ----------- /etc/puppet/rack: PID: 2720 Sessions: 1 Processed: 939 Uptime: 9h 22m 18s PID: 1615 Sessions: 1 Processed: 947 Uptime: 9h 23m
2015 May 07
2
Apache 2.2 itk - 404 not found
...-v ^# |grep -v ^$ ServerTokens Prod ServerRoot "/etc/httpd" PidFile run/httpd.pid Timeout 60 KeepAlive On 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>...
2015 May 07
3
Apache 2.2 itk - 404 not found
...PidFile run/httpd.pid >> Timeout 60 >> KeepAlive On >> 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 &gt...
2015 May 07
0
Apache 2.2 itk - 404 not found
...; ServerRoot "/etc/httpd" > PidFile run/httpd.pid > Timeout 60 > KeepAlive On > 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 > MaxR...
2006 Jul 28
0
Apache/Mongrel Deployment Errors
...on. # KeepAliveTimeout 15 ## ## Server-Pool Size Regulation (MPM specific) ## # prefork MPM # StartServers: number of server processes to start # MinSpareServers: minimum number of server processes which are kept spare # MaxSpareServers: maximum number of server processes which are kept spare # ServerLimit: maximum value for MaxClients for the lifetime of the server # MaxClients: maximum number of server processes allowed to start # MaxRequestsPerChild: maximum number of requests a server process serves <IfModule prefork.c> StartServers 8 MinSpareServers 5 MaxSpareServers 20 Server...
2006 Jan 05
2
Apache issue
...t on the same connection. # ## ## Server-Pool Size Regulation (MPM specific) ## # prefork MPM # StartServers: number of server processes to start # MinSpareServers: minimum number of server processes which are kept spare # MaxSpareServers: maximum number of server processes which are kept spare # ServerLimit: maximum value for MaxClients for the lifetime of the server # MaxClients: maximum number of server processes allowed to start # MaxRequestsPerChild: maximum number of requests a server process serves <IfModule prefork.c> MinSpareServers 1 ServerLimit 256 MaxClients 256 MaxRequests...
2011 Feb 22
6
how to optimize CentOS XEN dom0?
Hi, I have a problematic CentOS XEN server and hope someone could point me in the right direction to optimize it a bit. The server runs on a Core2Quad 9300, with 8GB RAM (max motherboard can take, 1U chassis) on an Intel motherboard with a 1TB SATA HDD. dom0 is set to 512MB limit with a few small XEM VM''s running: root@zaxen01:[~]$ xm list Name ID
2012 Sep 29
2
Doubled up RAM to 32 GB - now how to speed up a LAPP server?
...SQL] pgsql.allow_persistent = Off # because I use pgbouncer /etc/pgbouncer.ini (local connections only too) max_client_conn = 600 default_pool_size = 80 /etc/httpd/conf/httpd.conf (didn't modify yet): <IfModule prefork.c> StartServers 10 MinSpareServers 8 MaxSpareServers 30 ServerLimit 512 MaxClients 512 MaxRequestsPerChild 4000 </IfModule> Any suggestions please? I was actually hoping that Linux would use the additional memory for caching disks, but this doesn't seem to happen? Thank you Alex P.S. Below my dmesg output - # dmesg Initializing cgroup sub...