[IAEP] 3700 download

Martin Langhoff martin.langhoff at gmail.com
Thu Jun 25 09:34:57 EDT 2009


On Thu, Jun 25, 2009 at 3:30 PM, David Farning<dfarning at sugarlabs.org> wrote:
> The only problem was some slowdowns and a bit a disk churn as the use
> of swap memory increased.

That's usually bad news on a webserver -- if the working set gets too
large for ram and apache gets swapped out, your downloading clients
timeout. What the kernel thinks is fair isn't a good strategy with
network services.

Trim maxclients (even if aapche complains a bit) and maxfreemem to
rein in apache memory usage. ps_mem.py is your friend...

cheers,



m
-- 
 martin.langhoff at gmail.com
 martin at laptop.org -- School Server Architect
 - ask interesting questions
 - don't get distracted with shiny stuff  - working code first
 - http://wiki.laptop.org/go/User:Martinlanghoff


More information about the IAEP mailing list