Results 1 to 10 of 15
Threaded View
-
20th Jun 2012, 12:19 AM #11OPMemberWebsite's:
bypassx.comThanks for the sugestion Apathetic, i installed APC to start, now is not a peak hour but after install and configure APC (php.ini and w3 total cache) seems that cpu load is arround 0.80-0.90 , decent for two core cpu VPS.
Go to write here steps, because can help newbies like me.
Was easy to install APC using cPanel/WHM, steps for cPanel (v11.32.3):
Software >> Module installers >> PHP Pecl >> Search "APC"
Click install and wait until finishes. Then you need to edit php.ini (/usr/local/lib/php.ini) and add line:
Code:extension="apc.so"
Code:; Directory in which the loadable extensions (modules) reside. extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20090626" ;extension="eaccelerator.so" extension="apc.so"
Restart Apache.
After that the apc should be enabled, you can test with a phpinfo file (if APC appears on the config file it?s working):
Code:<?php phpinfo(); ?>
Code:apc.shm_size=64M apc.ttl=7200 apc.user_ttl=7200 apc.max_file_size=2M
For sure after install APC cpu load decrease but RAM usage increase arround 80/100 MB in my VPS.
About install Varnish seems a hard task (not for newbies) install it on cPanel/WHM unless i use a payed cPanel/WHM plugin
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[HELP] High memory usage on the server
By damnyou in forum Technical Help Desk SupportReplies: 9Last Post: 16th Mar 2012, 09:00 PM -
High CPU Usage on VPS
By LuDo8 in forum Server ManagementReplies: 21Last Post: 29th Jan 2012, 11:21 AM -
[Hiring] server Administrator, high cpu usage
By thesnake in forum Completed TransactionsReplies: 4Last Post: 17th Sep 2011, 04:55 PM -
[Wordpress, Shared Hosting] New Site, High Resource Usage...
By Rocke in forum Technical Help Desk SupportReplies: 3Last Post: 13th Dec 2010, 06:59 AM -
high memory usage help
By accyuklad in forum Hosting DiscussionReplies: 5Last Post: 6th Jul 2010, 04:45 PM
themaCreator - create posts from...
Version 3.53 released. Open older version (or...