Skip to content

Commit

Permalink
Increase memory_limit size (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc authored Jun 28, 2024
1 parent 2a03c32 commit 0857a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SPC/builder/BuilderProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
Expand Down

0 comments on commit 0857a19

Please sign in to comment.