Hacker News new | ask | show | jobs
by sudo_cowsay 76 days ago
How does it only work on 8gb of RAM if it serves 500k users (albeit not all 500k at once)?
1 comments

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!