This is a list for a minimal install of CentOS 5 (but applies equally to RHEL or other RHEL derivatives).
Disabling unneeded services makes your system more secure as well as reducing server load.
After performing a minimal install run the following command to see which services are already running
chkconfig --list |grep "3:on" |awk '{print $1}'
and to check the amount of memory used by each of those services