Skip to content

Commit

Permalink
Increased memory limit for code-analysis action
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppekroghitk committed Jan 13, 2025
1 parent d48ab16 commit fd3ae1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ docker run --rm --volume "$PWD:/app" --workdir /app peterdavehello/shellcheck sh
### Code analysis

```shell name=code-analysis
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.
docker run --interactive --rm --volume ${PWD}:/app --env PHP_MEMORY_LIMIT=256M itkdev/php8.3-fpm:latest composer code-analysis
```

## Test release build
Expand Down

0 comments on commit fd3ae1a

Please sign in to comment.