You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since my latest run (~2 weeks ago), the Codeception runner is suddenly hanging strangely:
Sometimes, in the middle of the suite, it just stops with message "COMMAND DID NOT FINISH PROPERLY."
Sometimes (at another test), it crashes with:
PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes) in ...vendor/symfony/var-dumper/Caster/ClassStub.php on line 52
However, the memory_limit in my php.inis (for CLI and FPM) is 3000M. So where is the 1G limit coming from?
This is not caused by the tests themselves, cause when I run just the affected files alone, everything's fine.
Any ideas? Is somebody else experiencing this? Were there recent changes regarding memory management (couldn't find anything)?
The text was updated successfully, but these errors were encountered:
I have the same problem after upgrading to version 5.2.1
FATAL ERROR. TESTS NOT FINISHED.
Allowed memory size of 1073741824 bytes exhausted (tried to allocate 1003520 bytes)
An Error occurred while handling another error:
Headers already sent in /var/www/vendor/codeception/codeception/src/Codeception/Subscriber/ErrorHandler.php on line 175
Since my latest run (~2 weeks ago), the Codeception runner is suddenly hanging strangely:
Sometimes, in the middle of the suite, it just stops with message "COMMAND DID NOT FINISH PROPERLY."
Sometimes (at another test), it crashes with:
However, the
memory_limit
in myphp.ini
s (for CLI and FPM) is3000M
. So where is the 1G limit coming from?This is not caused by the tests themselves, cause when I run just the affected files alone, everything's fine.
Any ideas? Is somebody else experiencing this? Were there recent changes regarding memory management (couldn't find anything)?
The text was updated successfully, but these errors were encountered: