[OSM-dev] apache settings

SteveC steve at asklater.com
Mon Sep 4 17:27:51 BST 2006


to try and drop the load on tile I halved all the numbers in the prefork
section of apache2.conf:

<IfModule prefork.c>
StartServers         4
MinSpareServers      4
MaxSpareServers      5
MaxClients          10
MaxRequestsPerChild  4
</IfModule>

it seems to have improved throughbut a bit. It needs long term tweaking
and voodoo to figure out optimal numbers.

have fun,

SteveC steve at asklater.com http://www.asklater.com/steve/




More information about the dev mailing list