[App Server] Server requirements for self hosted anvil-runtime

I am thinking to run my app in a serverless container, so it automatically scale down to bare minimum when no one is using the app. can you please tell how much resources anvil-runtime consumes if no one is using my app (in terms of ram & processor usage on a debian container).
Anvil-runtime uses JVM (so I am bit concerned).

Hi @ehsensiraj
With amazon lightsail, RAM 512 does work while 1G is recommended. Another cloud provider like vultr, 512 doesn’t work

Do you mind sharing how to run serverless container, so it automatically scale down to bare minimum?

@Tony.Nguyen At the moment its bit of a hassle. Aws fargate is one option and spot.io serverless ocean is another. But to be honest currently serverless idea is more of a hassle. Infact all big cloud providers (like aws and azure ) is a huge pain specially if you are an individual developer like me who wants to get things done rather than tinkering with their consoles.
You can do your own auto scaling kung fu with kubernets if you like. I ll surely update this thread with a concrete solution once I get some free time.

Thanks for the hint @ehsensiraj, I look forward to your solution