Increase recommended memory limit

This commit is contained in:
Mattéo Delabre 2021-01-27 18:04:32 +01:00
parent a521e194f1
commit aed358095f
Signed by: matteo
GPG Key ID: AE3FBD02DC583ABB
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ How to run:
```
docker image build --quiet --tag runall-image .
docker container run --tty --rm --read-only --memory=6m runall-image
docker container run --tty --rm --read-only --memory=128m runall-image
```