Skip to content

Commit

Permalink
Increased the memory used by the APCu extension
Browse files Browse the repository at this point in the history
  • Loading branch information
avpaderno committed Feb 16, 2025
1 parent 5946c5d commit 5019b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/simpletest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
php-version: ${{ env.PHP_VERSION }}
extensions: apcu
ini-values: apc.enabled=1, apc.enable_cli=1
ini-values: apc.enabled=1, apc.enable_cli=1, apc.shm_segments = 10, apc.shm_size = 256M
coverage: none

- name: Set up Apache
Expand Down

0 comments on commit 5019b4f

Please sign in to comment.