logoalt Hacker News

sudo_cowsaytoday at 9:39 AM1 replyview on HN

How does it only work on 8gb of RAM if it serves 500k users (albeit not all 500k at once)?


Replies

giistoday at 12:32 PM

Only UML is the resource consuming part kept as option available on request. Rest of them all shared Shellinabox, nginx,Flask and each active user session consumes little RAM since its a shared terminal. Simple `ls /home` shows all other users on that server!