Skip to content

Simple shiny app to test memory charge

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

VincentGuyader/memory

Repository files navigation

memory

The goal of memory is to provide a simple (useless) shiny app to crash test memroy usage in production (shinyproxy, kubernetes,…)

Installation

#install.packages("remotes")
remotes::install_github("vincentguyader/memory")

Example

memory::run_app()

usage from docker

  • from docker hub
docker run -p 80:3838 thinkr/memory
  • (re)build localy
golem::add_dockerfile_with_renv_shinyproxy(source_folder = "deploy")
cd deploy
docker build -f Dockerfile_base --progress=plain -t memory_base .
docker build -f Dockerfile --progress=plain -t memory:latest .
docker run -p 3838:3838 memory:latest
# then go to 127.0.0.1:3838

deploy to posit Connect

rsconnect::deployApp()

About

Simple shiny app to test memory charge

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published