diff --git a/src/Codeception/Codecept.php b/src/Codeception/Codecept.php index 171091693d..5808369eb8 100644 --- a/src/Codeception/Codecept.php +++ b/src/Codeception/Codecept.php @@ -197,8 +197,6 @@ private function registerReporters(): void public function run(string $suite, ?string $test = null, ?array $config = null): void { - ini_set('memory_limit', $this->config['settings']['memory_limit'] ?? '1024M'); - $config = Configuration::suiteSettings($suite, $config ?: Configuration::config()); $selectedEnvironments = $this->options['env'];