-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Brian Bolt edited this page Apr 10, 2024
·
3 revisions
Change Docker Memory Settings Once you have Docker installed, go to "Preferences" > "Resources" and increase the memory to 12GB or 8GB
git clone git@github.com:mcneilco/acas.git
Edit the .env file to set the ACAS_TAG to release-2023.2.x
(docker-compose.yml uses this to pull the correct image from docker hub)
ACAS_TAG=release-2023.2.x
docker-compose up -d
curl localhost:3001/api/systemTest/getOrCreateACASBob
curl localhost:3001/api/systemTest/getOrCreateGlobalProject
curl localhost:3001/api/systemTest/getOrCreateGlobalProjectRole
curl localhost:3001/api/systemTest/giveBobRoles
bob/secret
Edit the R code that you think is causing the problem and add
saveSession('/tmp/blah')
Run the function or script that you think is causing the problem. This will save the R session to /tmp/blah
Exec into the R container
docker-compose exec -it rservices R
Load the session
loadSession('/tmp/blah')