Skip to content

Commit 35b61ab

Browse files
authored
Fix default value of memory_limit in README.md (#30)
1 parent a182eaa commit 35b61ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The following configuration options are available:
4343
+ `php_extensions` Space-separated list of extensions using [php-build][php-build] e.g. `xdebug mbstring` (default: N/A)
4444
+ `configuration` Path to the `phpunit.xml` file (default: `test/phpunit/phpunit.xml`)
4545
+ `log_junit` Path to junit output file (default: `test/phpunit/_junit/junit.xml`)
46-
+ `memory_limit` The memory limit to run your tests with (default: `512M`)
46+
+ `memory_limit` The memory limit to run your tests with (default: `128M`)
4747
+ `bootstrap` The path to the bootstrap file (default: `vendor/autoload.php`)
4848

4949
The syntax for passing in a custom input is the following:

0 commit comments

Comments
 (0)