News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

I Need Help Reducing RAM Usage!

Started by girls4christ, August 03, 2005, 02:04:00 PM

Previous topic - Next topic

girls4christ

Help!  I need to know if SMF uses any IRC server application or
persistent mysql connections. 

Grudge

You can turn on persistant connections from the "Server Settings" page - just make sure you understand the implications if on shared hosting.
I'm only a half geek really...

[Unknown]

#2
SMF doesn't use IRC or anything.

RAM usage will be very high if you have PHP installed in CGI mode.  If it is installed as an Apache module, it will be significantly better.

Further, in either case, if you do not have an accelerator (bytecode cacher) such as eAccelerator installed, PHP will consume much more memory per request than necessary.  Without an accelerator, a page view can take as much as a few megabytes, and with one it will take far less than one megabyte in most cases.

MySQL, by far, is the most important to properly configure in terms of memory usage.  It's configuration gives it set amounts of ram which can widely vary performance if set incorrectly.

Please post a phpinfo for more information.  What is phpinfo.php?

-[Unknown]

Advertisement: