Hi everyone, I'm working on deploying Phoenix into an AWS EC2 instance and wanted to ask if anyone knows about the minimum hardware requirements. Looking for rough estimates on vCPU, RAM, and memory. I haven鈥檛 found detailed hardware specs in the docs. Thanks!
It seems likely that Phoenix can run with minimal resources; internally, the team uses 2GB RAM and a single vCPU for hosted Phoenix. There is no official minimum hardware spec in the documentation, but this configuration appears to be a reasonable starting point for most use cases. You can scale up resources or run multiple stateless Phoenix containers as your workload increases, since Phoenix is designed to be stateless and can horizontally scale with a shared Postgres backend if needed.Would you like more detail on scaling strategies or production best practices?Sources: - Slack discussion on Phoenix hardware requirements
馃挕聽Hint: Mention RunLLM in the thread for followups.
We've tested on 0.5 vCPU 512mb ram recently. Seemed fine from our testing.
I will try that, thanks
