By apollotech
Hello, I am transferring all my apps from Parse (www.parse.com) over to VPS servers (droplets). I need to know the best configuration to choose. I have looked at over hosts like VPSDime (www.vpsdime.com), they are very reliable, very cheap, and have way better specs for the price then DigitalOcean. HOWEVER… I would be more than happy to host on DigitalOcean. It is very user friendly, amazing support pages, easy configurations and all that good stuff.
I am using the $5 plan on to applications I have for clients right now. That is fine. They are mainly 100 users, not very active, (a robotics team, and a college music program). However, I am working on an app for the high school I attend and will have at least 500 users.
How much RAM will I need. Im not worried about transfer or disk size. I will be using Ubuntu 16.04.
Thanks!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
The best way to determine this is with real world testing. First find out what the baseline is (what your existing app uses with no users online) and then under load. That difference should allow you to get an idea of the load put on your server for each user it is serving. With this is would be possible to do a rough calculation of the RAM needed to support your planned app.
Otherwise, off the top of my head and based on what you’re currently running I would recommend starting with the 1GB droplet size ($10) and monitor it’s resource usage. If you find you need to upgrade you can resize your droplet from the control panel to a larger size.
A few tools that will come in handy:
top - shows running processes on your server and their resource usage along with the current overall load. (you can exit top with ctrl+c)
free -m - give you an overview of your available/used memory.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.