Dreamhost VPS Disable Jabber
Even with Jabber disabled in the VPS configuation, you will still see jabber processes running on your VPS. They eat up about 30 MB of RAM, but very little processing power.
You can easily disable them by running the following either as root or through sudo:
/etc/init.d/ejabberd stop; update-rc.d -f ejabberd remove; |