Skip to content

Commit 499d7d7

Browse files
Merge pull request #73 from wp-cli/inc-circle-memory
Increase Circle memory usage to 512 from 256
2 parents 12366ae + d6f0b10 commit 499d7d7

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
@@ -13,7 +13,7 @@ dependencies:
1313
# Disable xdebug, which makes Composer slower.
1414
- echo "" > /opt/circleci/php/$(phpenv global)/etc/conf.d/xdebug.ini
1515
# Increase memory limit
16-
- echo "memory_limit = 256M" > /opt/circleci/php/$(phpenv global)/etc/conf.d/memory.ini
16+
- echo "memory_limit = 512M" > /opt/circleci/php/$(phpenv global)/etc/conf.d/memory.ini
1717

1818

1919
test:

0 commit comments

Comments
 (0)