mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 21:34:53 +08:00
Increase memory_limit size (#485)
This commit is contained in:
parent
2a03c32bc0
commit
0857a19c3c
@ -27,7 +27,7 @@ class BuilderProvider
|
||||
*/
|
||||
public static function makeBuilderByInput(InputInterface $input): BuilderBase
|
||||
{
|
||||
ini_set('memory_limit', '2G');
|
||||
ini_set('memory_limit', '4G');
|
||||
|
||||
self::$builder = match (PHP_OS_FAMILY) {
|
||||
'Windows' => new WindowsBuilder($input->getOptions()),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user