Performance Tuning for your server
A small tip for you all today that will help you boost a little bit your servers performance!
Install tuned for i/o performance, an easy way to improve performance and get the most out of your server. (performance improvement is more noticed on old SATA drives)
Just connect using ssh on your server and fire up the next commands.
yum install tuned chkconfig tuned on tuned-adm list -> Select the one you feel it's more appropriate for your server. -> Suggested setting is throughput-performace and you can set it the following way. tuned-adm profile throughput-performance
It’s that simple! (using SSH in order to setup the above commands).
Leave a Reply