Why are library() calls hitting my R memory limit?
I’m working on a laravel app that connects to a R server via Rserve (using ctuberlin/rserve). The app is in a docker container and the R process is running on a separate container. Link to GitHub here.