↧
Answer by mfinni for What's the difference between scaling memory and scaling...
You could be bottlenecking on something other than memory. Like CPU, or open file handles, or other things that have nothing to do with the amount of RAM at all.
View ArticleAnswer by ceejayoz for What's the difference between scaling memory and...
Multiple instances means redundancy - if one crashes, the rest continue serving your content.
View ArticleWhat's the difference between scaling memory and scaling instances in cloud...
I've been playing around with a free account on appfog.com and this question came to mind. What's the difference between scaling memory and scaling instances?For example, what is the real world...
View Article