I'm launching a web app, which is currently in beta running on a "Lite" VPN account from my hosting provider. It has 2 cores and 1GB RAM.
I have only about 10 users now but Im considering whether I should just boost up the server to the "Pro" setup for $100/month, being 8 cores and 3GB RAM.
Aside from handling more LOAD..as that is not really needed for my whole 10 users, will it actually make my app any faster going from 2 to 8 cores? It's a web api written written mostly using async/await (C#) (IIS 8.5 on Win Server).
Will it have any noticable difference for my users?