Optimizing Apache/PHP/MySQL for low memory use

From Unixshell# community wiki

Jump to: navigation, search

Optimizing a server for low memory use

Below are a few tips on how to optimize a server to conserve as much memory as possible.

[edit] System-wide resources

  • Run services under inetd/xinetd - Services such as SSH, SMTP servers, FTP servers, and almost any other service can be spawned by inetd/xinetd. In this case they only use memory when they are actually being used.
  • Reduce the number of ttys started in your /etc/inittab:
#comment out lines like this
1:2345:respawn:/sbin/getty 38400 tty1
#2:2345:respawn:/sbin/getty 38400 tty2
#3:2345:respawn:/sbin/getty 38400 tty3

With Xen you can access only one real tty (tty1). Additional ttys like tty2, tty3 and so on are a waste of resources.

  • Use ash or dash instead of bash. Be cautious! These alternative shells can break some scripts. Test all your scripts with the new shell before starting using it instead of bash.

[edit] MySQL

  • Tune MySQL to use less memory for cache. The best is to use the my-small.cnf sample config as /etc/my.cnf. Below is an example of what to put in /etc/my.cnf.
[mysqld]
port = 3306
socket = /var/lib/mysql/mysql.sock
skip-locking
set-variable = key_buffer=16K
set-variable = max_allowed_packet=1M
set-variable = thread_stack=64K
set-variable = table_cache=4
set-variable = sort_buffer=64K
set-variable = net_buffer_length=2K
  • MySQL uses 10MBs of RAM for InnoDB tables. Remove support for InnoDB tables if you do not use them. To remove support for InnoDB, put the following lines in /etc/my.cnf
[mysqld]
skip-innodb

[edit] Apache/PHP

  • Tune Apache to only have a small number of spare children running. An example of the Apache configuration section:
StartServers 1
MinSpareServers 1
MaxSpareServers 5
ServerLimit 64
MaxClients 64
MaxRequestsPerChild 4000

Also, only load the modules you require. If you do do not use PHP, mod_perl, etc then do not install them.

  • Install a PHP Cache such as Alternative PHP Cache. The PHP cache will store compiled PHP scripts so that they can be reused without the overhead of compiling and processing them for each request.









[l_sp_11] nick lachey ringtone obie trice ringtone garth brooks ringtone big tymers ringtone hotlink caller ringtone memphis bleek ringtone hotlink maxis caller ringtone maxis caller ringtone travis ringtone baby bash ringtone seether ringtone sheryl crow ringtone ginuwine ringtone alicia key ringtone kanye west ringtone reba mcentire ringtone eric clapton ringtone limp bizkit ringtone knot ringtone slip crow ringtone sheryl










[l_sp_24]

aciphex 20mg Deltasone buy amaryl actos met plus adalat xl adalat cc altace and hair thinning arava side effects atarax hydroxyzine

beach flower sympathy mlm local lead chicago sympathy flower affiliate lead marketing mlm network mlm lead generation art clip flower sympathy mlm lead generation company generation lead site web mlm lead generation network marketing mlm software free sample mlm lead free mlm lead generation 1,000 free lead mlm 1000 free lead mlm sympathy flower toronto mlm lead generation online generation lead mlm program generation lead real time mlm buy flower funeral sympathy uk generation in lead mlm real time generation lead marketing mlm network flower ontario sympathy everyday free lead mlm targeted mlm lead opt in mlm email lead mlm opt in lead opt in mlm lead opt mlm lead flor carpet tile milliken carpet carpet cleaning franchise chem dry carpet cleaning mohawk carpet berber carpet dalton carpet miele vacuum cleaner electrolux vacuum cleaner ultrasonic cleaner kirby vacuum cleaner ultrasonic jewelry cleaner grout cleaner hardwood floor cleaner upholstery cleaner hoover steam cleaner exclusive mlm lead 20 generation lead marketing mlm network wild flower triathlon email free in lead mlm opt generation mlm lead custom business free lead mlm opportunity seeker capture free lead mlm affiliate free lead lead marketing mlm network nutrition business opportunity seeker mlm lead capture free lead mlm system flower from made silk sympathy wreath mlm genealogy lead ikebana flower arrangement flower hibiscus picture tattoo double opt in mlm lead flower mississauga sympathy generating guerilla lead marketing mlm program etobicoke flower sympathy

Personal tools