Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


In this Discussion

How do when there is not minimal Centos?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How do when there is not minimal Centos?

comebackcomeback Member

My idea is to run a CentOS installation and remove all to have a minimal Centos even PHP, MySQL, etc. ..

Is there a script or other to remove all that is unnecessary and consumes memory?

thank you

Comments

  • BluBoyBluBoy Member
    edited June 2014

    If you are just worried about RAM usage, simple stop the services that you don't need, EG.

    1. ps auxw
    2. service httpd stop
    3. chkconfig httpd off

    (Line 1 will list what is running, Line 2 will stop apache immediately and Line 3 will make sure it doesn't start on boot).

    Once you have turned the things you don't need off, look at fine tuning whatever is less (apache and mysql and great examples of default memory hogs, which can be significantly fine tuned for a LEB).

Sign In or Register to comment.