1 Linode 4GB or 2 x Linodes 2GB

I know this is a vague question, but in general, running a LAMP stack, do you think it´s better to have 1 Linode 4GB or 2 Linodes 2GB, one dedicated to MySQL?

:roll:

Thanks.

3 Replies

Try nginx and maybe you only need one linode 2 GB :-)

I would put everything together anyway: If your web server needs 2.5 GB and your MySQL needs 1.5 GB, splitting in two different machines will not make the resources to be better used.

Go with remote mysql if you have intense mysql queries or else set it up under same server so that you can use more resource for web server.

Thanks guys.

Another question, i´m thinking of upgrading my server that hosts a wordpress site.

After some researches i made up this configuration, what do you think?

I´m on a Linode 4GB.

Ubuntu 16.04

NginX frontend (Static content)

Apache backend (Dynamic Content)

HHVM with PHP-FPM Fallback

MariaDB

(Maybe PHP 7, maybe Redis for Cache)

What do you think?

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct