Skip to content

Commit

Permalink
Raise PHP mem limit + Remove unused ENV vars
Browse files Browse the repository at this point in the history
Doubling the allowed PHP memory usage is an experiment to stabilize the
WebTests
  • Loading branch information
MKodde committed Aug 26, 2024
1 parent 6e5bdc5 commit f5daf0e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-integration-webtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
env:
DOCKER_COMPOSE: docker compose -f docker-compose.yml -f docker-compose-ci.yml
DOCKER_COMPOSE: PHP_MEMORY_LIMIT=265M docker compose -f docker-compose.yml -f docker-compose-ci.yml
DOCKER_COMPOSE_PHP: docker compose -f docker-compose.yml -f docker-compose-ci.yml exec -T spdashboard
PANTHER_CHROME_ARGUMENTS: "--disable-dev-shm-usage"
PANTHER_CHROME_DRIVER_BINARY: "/usr/bin/chromedriver"
PANTHER_NO_SANDBOX: "1"

steps:
- name: Check out the repo
Expand Down

0 comments on commit f5daf0e

Please sign in to comment.