mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Bump memory limit
This commit is contained in:
parent
048a32e7b6
commit
37620ce2e5
@ -9,7 +9,7 @@ use Psalm\IssueBuffer;
|
||||
error_reporting(-1);
|
||||
ini_set('display_errors', 1);
|
||||
ini_set('display_startup_errors', 1);
|
||||
ini_set('memory_limit', '2048M');
|
||||
ini_set('memory_limit', '4096M');
|
||||
|
||||
// get options from command line
|
||||
$options = getopt(
|
||||
|
Loading…
Reference in New Issue
Block a user