On Dec 5, 2007 3:20 AM, JoeyC < [EMAIL PROTECTED]> wrote: > > > The problem i think lies in the sql backend: it starts 10 processes. Is > this necessary? I can't find a configuration option to cut this down to, > say, one or two. There are no other processes using MySql.
This is a common misconception. On Linux, when threads are spawned they each show up as a process. All of those mysql threads (processes) are actually sharing the same memory. Between 100MB and 200MB is about average for SS+Mysql I would say. Depending on how much you value your time, $30 on some additional memory might be worth it (assuming your hardware supports it). Ben
_______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
