We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12366ae + d6f0b10 commit 499d7d7Copy full SHA for 499d7d7
circle.yml
@@ -13,7 +13,7 @@ dependencies:
13
# Disable xdebug, which makes Composer slower.
14
- echo "" > /opt/circleci/php/$(phpenv global)/etc/conf.d/xdebug.ini
15
# Increase memory limit
16
- - echo "memory_limit = 256M" > /opt/circleci/php/$(phpenv global)/etc/conf.d/memory.ini
+ - echo "memory_limit = 512M" > /opt/circleci/php/$(phpenv global)/etc/conf.d/memory.ini
17
18
19
test:
0 commit comments