Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Memory leak - doesn't recycle sessions #36

Open
davidread opened this issue Apr 18, 2024 · 1 comment
Open

Memory leak - doesn't recycle sessions #36

davidread opened this issue Apr 18, 2024 · 1 comment

Comments

@davidread
Copy link
Contributor

This shiny server doesn't have session recycling functionality, that you'd expect if it contained an actual web server. This means each new user session loads the app into memory afresh, so a memory leak.

The memory leak becomes a serious issue in the case that:

  • the Shiny app loads into memory lots of data at load time
  • health checks cause the app to be loaded frequently
@davidread
Copy link
Contributor Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant