On Thu, Jun 25, 2009 at 3:30 PM, David Farning<[email protected]> 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 -- [email protected] [email protected] -- School Server Architect - ask interesting questions - don't get distracted with shiny stuff - working code first - http://wiki.laptop.org/go/User:Martinlanghoff _______________________________________________ IAEP -- It's An Education Project (not a laptop project!) [email protected] http://lists.sugarlabs.org/listinfo/iaep
