Skip to content

Commit 2b10116

Browse files
Merge pull request #173 from wp-cli/inc-1024
Increase Circle memory to 1024M to avoid Composer issues
2 parents 1664291 + d47e597 commit 2b10116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
# Disable xdebug, which makes Composer slower.
1515
- echo "" > /opt/circleci/php/$(phpenv global)/etc/conf.d/xdebug.ini
1616
# Increase memory limit
17-
- echo "memory_limit = 512M" > /opt/circleci/php/$(phpenv global)/etc/conf.d/memory.ini
17+
- echo "memory_limit = 1024M" > /opt/circleci/php/$(phpenv global)/etc/conf.d/memory.ini
1818
override:
1919
- composer require wp-cli/wp-cli:dev-master
2020
- composer install

0 commit comments

Comments
 (0)