<div dir="ltr">512Mb RAM ($5/month or less) is enough to process a few million hits/day if you don't have a lot of data in the database. I recommend DigitalOcean and OVH vps' to my customers. OS - debian/centos/ubuntu, does not matter much.<div>One caveat: assuming you use cowboy, you can't process all these hits in the context of webserver processes, because by default there are too many of them. You'll need a dedicated pool of 20-100 processes which will do all the heavy logic. Also I'd recommend to run gc:collect for all processes every 3-4 minutes, this would help to purge large binaries and won't slow down the system too much.</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-02-28 19:14 GMT+03:00 Joe Armstrong <span dir="ltr"><<a href="mailto:erlang@gmail.com" target="_blank">erlang@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I was considering setting up a dedicated Erlang VPS for a small web<br>
site with a few simple Erlang applications.<br>
<br>
I was looking at the various hosting packages - and have to choose<br>
the amount of memory I need - any ideas how much resident memory I<br>
need to run a smallish server.<br>
<br>
I guess all I need is an OS + Erlang - what is a suitable choice of<br>
OS? - Do i really need GBytes of memory - it sounds a lot to me.<br>
<br>
Any advice on VPS providers?<br>
<br>
Cheers<br>
<br>
/Joe<br>
______________________________<wbr>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a><br>
</blockquote></div><br></div>