Search found 4 matches

by roobarb
Sun Mar 02, 2008 1:02 pm
Forum: [3.0/Olympus] New features discussion
Topic: [Please read]Cut down the memory consumption and CPU load
Replies: 14
Views: 45258

Re: [Please read]Cut down the memory consumption and CPU load

jmpoure wrote: 3) Make sure that Apache/Php do not fork too much.
I configured 24 Mb in Php.ini and set sessions to 300 seconds.
After 5 minutes of inactivity, sessions are freed.
How "expensive" is forking ? i mean how much memory per fork, how much does it slow down, how many forks per user?
by roobarb
Sun Mar 02, 2008 11:51 am
Forum: [3.0/Olympus] New features discussion
Topic: [Please read]Cut down the memory consumption and CPU load
Replies: 14
Views: 45258

Re: [Please read]Cut down the memory consumption and CPU load

That doesn't even sound like a huge board yet ;-) Sphinx would work for you nonetheless. Why would you post MySQL system variables? I think what caused my problem was the way my particular board uses searches. it's a gardening forum and in some parts it's a bit like an encyclopedia. I thought syste...
by roobarb
Sun Mar 02, 2008 3:27 am
Forum: [3.0/Olympus] New features discussion
Topic: [Please read]Cut down the memory consumption and CPU load
Replies: 14
Views: 45258

Re: [Please read]Cut down the memory consumption and CPU load

There's also Sphinx for phpBB available now which is suited for really big boards and should be performing very well. Right now you need to check it out from subversion, packages with instructions will follow shortly. cool, thanks for the tip. I'm expecting to reach 1000 registered users with up to...
by roobarb
Sun Mar 02, 2008 2:40 am
Forum: [3.0/Olympus] New features discussion
Topic: [Please read]Cut down the memory consumption and CPU load
Replies: 14
Views: 45258

Re: [Please read]Cut down the memory consumption and CPU load

Some tricks: 1) Avoid page gzip compression. For some strange reason, it was default on my configuration. 2) Avoid any SWAP. SWAP can reduce the overall performance by a large factor. 3) Make sure that Apache/Php do not fork too much. I configured 24 Mb in Php.ini and set sessions to 300 seconds. A...