ctarp wrote:
Is SEO affected by using 2 domains on one VPS (each has its own IP)?
How would Google even know that they're hosted on the same VPS? You're using two different IP addresses in Linode's IP space. As far as everyone else is concerned, your two sites could be hosted by two different Linode customers.
ctarp wrote:
Let's say I get a Linode 768 with 2 domains. Is the memory dynamically allocated to meet the demands of each domain, or is it split equally between the two?
It depends on your web server and application setup. Apache with mod_php? Everything is shared. nginx with one FPM pool for each site? Now you have a bit more separation. In either case, the most important thing is to make sure that you never run out of memory, no matter how much traffic your sites get.