I run several quite small sites, mainly Wordpress and a few Rails applications, on an Opalstack "double stack". Recently I moved a larger production WooCommerce site from another service provider into my environment - a shop which is temporarily closed to visitors, but is planned to reopen in January.
Problem is that I'm not sure that a double stack will be able to handle this site; during the initial testing we have run into memory problems and I have successively increased the allowed Wordpress memory size from 128MB to 256MB then to 512MB and now to 1024MB (which seems to work).
The expected traffic is not very high (around 250-300 sessions and 8000-10000 page views per day) but the database is large: 1GB!
I'm doing this for one of my clients and expect to move the site from my account to a new account; the question is if a double stack will work.
Would be interesting if we could have some simple rules of thumb for how to chose and dimension the environment based on some basic params, such as estimated traffic and site size. (And as a side question I'm also interested to know if it would be possible to move an application and a datbase from one Opalstack account to another)