There was an error while loading. Please reload this page.
1 parent 16336ab commit dd73fd0Copy full SHA for dd73fd0
1 file changed
README.md
@@ -126,7 +126,8 @@ docker run --rm --volume "$PWD:/app" --workdir /app peterdavehello/shellcheck sh
126
### Code analysis
127
128
```shell name=code-analysis
129
-docker run --interactive --rm --volume ${PWD}:/app itkdev/php8.3-fpm:latest composer code-analysis
+# This analysis takes a bit more than the default allocated ram.
130
+docker run --interactive --rm --volume ${PWD}:/app --env PHP_MEMORY_LIMIT=256M itkdev/php8.3-fpm:latest composer code-analysis
131
```
132
133
## Test release build
0 commit comments