Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vincentguyader/memory

Simple shiny app to test memory charge
https://github.com/vincentguyader/memory

Last synced: about 2 months ago
JSON representation

Simple shiny app to test memory charge

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# memory

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

## Installation

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

## Example

```{r example,eval=FALSE}
memory::run_app()
```

![](readme-figs/demo.png)