Hey folks! Any chance I could get some help scaling this up? It was on the front page of HN and then got removed, likely cause it couldn’t scale
Hi! I increased the amount of memory assigned to the application, but whether that will be sufficient will depend on how much memory the app uses per user.
I recommend it trying to do as much work ahead of time and caching it or storing it in static files so that the amount of work that happens when a user accesses is minimal.
Thank you so much! Really appreciate it. For future reference, what tooling is available to scale horizontally? Does streamlit/snowflake offer a service, or do you recommend doing it natively on heroku or AWS?
We do not offer horizontal scaling at the moment. I would recommend self-hosting in case your requirements exceed the free tier.
Got it, thank you! No way to keep the domain constant though, I imagine?
I don’t think so. You could probably have a Streamlit app on your current domain that iframes the app hosted on Heroku or AWS.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.