| Author |
Message |
flibble
Joined: 29 Jan 2012
Posts: 12
|
| Posted: Sun Jan 29, 2012 1:39 pm Post subject: Sizing a linode |
|
|
Hi,
I've got a website currently on shared hosting that I would like to move to linode.
It's a custom build on apache using moderate amounts of php and mysql read/writes.
We only have about 500 unique visitors a day and don't have so much budget so I'm considering the basic Linode 512.
However 512MB RAM sounds very small. Will 512MB run a LAMP stack without too many issues?
Thanks |
|
| Back to top |
|
mrnothersan
Joined: 29 Jan 2012
Posts: 5
|
| Posted: Sun Jan 29, 2012 2:13 pm Post subject: |
|
|
Hi
It should be okay.
How much traffic are you expecting?
Thanks. |
|
| Back to top |
|
flibble
Joined: 29 Jan 2012
Posts: 12
|
| Posted: Sun Jan 29, 2012 2:19 pm Post subject: |
|
|
mrnothersan wrote: Hi
It should be okay.
How much traffic are you expecting?
Thanks.
We get about 2500 page views a day of average text/pictures type web traffic. For traffic size I have no idea. How can I calculate this? My current hosting service does not show my network usage/bandwidth (it's a flat rate service) |
|
| Back to top |
|
Ghan_04
Joined: 03 May 2011
Posts: 52
|
| Posted: Sun Jan 29, 2012 4:36 pm Post subject: |
|
|
I'm using the free version of the Litespeed webserver on a Linode and it is running great. It uses a lot less resources than Apache on average and is a drop-in replacement in most cases. Might be worth checking out.
http://litespeedtech.com/ |
|
| Back to top |
|
pclissold
Joined: 24 Oct 2003
Posts: 877
Location: Netherlands
|
| Posted: Sun Jan 29, 2012 5:16 pm Post subject: Re: Sizing a linode |
|
|
flibble wrote: Will 512MB run a LAMP stack without too many issues?
It will if you tune your Apache and MySQL configs appropriately. The default settings in a lot of distros assume you have > 1GiB of RAM. Check the Linode Library (e.g. Apache 2 Low-Memory Settings) or search these forums for advice on how to do this. |
|
| Back to top |
|
nehalem
Joined: 20 Jan 2012
Posts: 91
|
| Posted: Sun Jan 29, 2012 8:46 pm Post subject: |
|
|
Quote: I've got a website currently on shared hosting
If your website is running on shared hosting, then it will run miles ahead on a VPS without much effort.
Quote: However 512MB RAM sounds very small.
A lean and mean Linux can happily run on 512MB of RAM with Apache, MySQL, PHP, etc. Just keep your Apache MaxClients low (around 10) and you shouldn't need to change much else.
A LAMP stack with 512MB of RAM can happily serve 10,000 pages/day if running a moderate Drupal/Wordpress website with sensible configurations. |
|
| Back to top |
|
| |