Skip to content

Commit c2dce9d

Browse files
Increase memory limit available to PHP
1 parent b501f3e commit c2dce9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

circle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
sudo apt-get update
1414
sudo docker-php-ext-install mysqli
1515
sudo apt-get install mysql-client-5.7
16+
- run: |
17+
- echo -e "memory_limit = 1024M" | sudo tee /usr/local/etc/php/php.ini > /dev/null
1618
- run: |
1719
composer require wp-cli/wp-cli:dev-master
1820
composer install

0 commit comments

Comments
 (0)