How memory hungry is Jetty?
- by Sanoj
I am planning to use Jetty + MySQL on a small VPS with just 256 or 512MB memory, for serving a few websites.
I haven't used Jetty before, only PHP on shared hosting. Is 256 or 512MB too limited for a Jetty server? or should I go with nginx + php + php-fpm setup instead?
The websites will not have much traffic, they are just small sites.