Skip to content

Commit dd73fd0

Browse files
committed
Upped memory limit to phpstan in readme
1 parent 16336ab commit dd73fd0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ docker run --rm --volume "$PWD:/app" --workdir /app peterdavehello/shellcheck sh
126126
### Code analysis
127127

128128
```shell name=code-analysis
129-
docker run --interactive --rm --volume ${PWD}:/app itkdev/php8.3-fpm:latest composer code-analysis
129+
# 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
130131
```
131132

132133
## Test release build

0 commit comments

Comments
 (0)