R Shiny memory allocation / efficiency

I'm a software engineer supporting data scientists building R Shiny apps to run in production. I'd like to know if R Shiny allocates memory for each and every web session or does it try to efficiently share in some way? E.g. if an app loads 100 MB of source data, does that mean that 50 concurrent users of the app will by necessity allocate at least 5 GB of memory just for data (ignoring the additional memory required by R Shiny, libraries, etc.)? Thanks.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.