Hi,
I’m new to Streamlit and I deploy a small app through docker on my personal server. My app will soon do much more and it’s already pretty slow to run even though I have used cached function and my datasets are as small as possible.
I was wondering if improving the server capacity would have an effect on the app. Or if they’re is any parameter to use when deploying in order to increase the memory allocated to the app.
Thanks a lot in advance for any help !