I have bought new linode (1GB).
On this page :https://www.linode.com/docs/websites/lamp/install-lamp-on-ubuntu-16-04
Linode says:
Below are the suggested values for a 1GB Linode:
File:/etc/apache2/mods-available/mpm_prefork.conf
<IfModule mpm_prefork_module>
StartServers 2
MinSpareServers 6
MaxSpareServers 12
MaxRequestWorkers 39
MaxConnectionsPerChild 3000
</IfModule>
But I'll plan to upgrade 2GB OR 4GB machine. What should be above values for 2GB or 4GB machine and WHY?
OS: Ubuntu 16.04 LTS