aaronsold
01-25-2011, 10:50 PM
I would love to see a resource here that combines the best basic configurations for the main components of a Wordpress install. There are some old guides out there but many are several years old or only cover a couple aspects of server performance...
I am new to running a VPS and dealing with some of the myriad issues that come with a completely fresh install without optimizations. I am willing to share what I have learned so far but I think there are some on this forum that will have a lot more expertise than I have!
elbergalarga
02-06-2011, 09:21 PM
http://www.lowendbox.com/blog/wordpress-cheap-vps-lowendscript/
coderiser
02-23-2011, 02:45 PM
i would suggest more ram 512mb seems a little on the low side you probably want around 1-2GB or ram at least
liquidfractal
03-06-2011, 01:11 PM
i would suggest more ram 512mb seems a little on the low side you probably want around 1-2GB or ram at least
Yeah...I found out from experience that running CPanel/WHM will take 250-300MB of server RAM at any given moment. I'm completely guessing here, but hardened PHP may consume further resources. I have a CentOS 5.5 i686 1GB RAM VPS running A.nnotate and soffice and my memory is typically at the 40% mark.
Wordpress + PHP + MySQL + Apache on a 512mb VPS is totally possible.
I asked this same question a few weeks back. Acquired a 512mb VPS and installed Wordpress. I've never deal't with Wordpress before so I was surprised to see Wordpress (basic install + no widgets) consume almost 90% of my VPS 512mb of RAM.
Did a quick Google search and inquired on WHT only to find, it was Apache consuming all my RAM. An un-tuned Apache install + Wordpress + 512MB RAM VPS = fail.
What I did was:
* Updated Apache (# yum install httpd).
* Searched for Fine Tuning Apache on Google: http://bit.ly/gjPh5J I used Mediatemple's guidline on tuning Apache. Can be found here: http://bit.ly/dMvni0
* Restart Apache (# /etc/init.d/httpd restart)
After using those steps, my Wordpress install runs flawless on my 512mb RAM VPS.
Though everything may run fine, it wouldn't hurt to fine tune MySQL and PHP to get the most out of your VPS.
gustav1994
03-21-2011, 06:35 PM
Om running af debian VPS with 512 mb of Ram with several wordpress sites. It works great and with no problems.
You have to tweak apache and disabled innodb on the mysql server.
Riolz
03-30-2011, 11:10 PM
I'm using kloxo with 512 mb vps and hosting 7 wordpress blog. I'm squeezing ram by using this trick:
-switching BIND to djbdns -> saving about 50 mb
-tweaking mysql (skip innodb, etc etc -> reducing mysql usage from 150 to 70 mb.
my vps now using 100 mb ram. I could squeeze more ram by switching to lighttpd, however since my websites are not high trafficked, I have no urgency to do so.
gamejump
06-17-2011, 05:00 AM
Please help me tweak this
968.8 MB of 1 GB Used / 55.2 MB Free
i just running a wordpress blogs
Please tell me to make it in minium
KazeTech
09-24-2011, 02:38 PM
Have you ever consider using Tux Lite - http://tuxlite.com/about/
With a LNMP stack on a busy site I still get a low memory footprint. You might also want to check your enabled plugin. It seems that you have a really large wp site there.
4uhost
09-25-2011, 06:24 PM
512MB should be enough for more than one wordpress. Of course it depends on your configuration and the amount of traffic you are getting.
Please help me tweak this
968.8 MB of 1 GB Used / 55.2 MB Free
i just running a wordpress blogs
Please tell me to make it in minium
Whats your apache/mysql configuration?
it seems like your system is misconfigured
do you run anything else on the vps?
it seems like your system is misconfigured
Why? 'Used' doesn't mean it won't be available when needed. Apart from that, this is a really old topic.