After upgrading from 3.6.0 to 3.7.1 version of the module, I'm starting having memory issues related to symfony/var-dumper (v6.4.26).
Exemple of error: Fatal error: Allowed memory size of xxx bytes exhausted (tried to allocate xxx bytes) in /var/www/html/vendor/symfony/var-dumper/Cloner/Data.php on line 91
Increasing codeception settings.memory_limit doesn't solve the issue. Looks like some kind of memory leak introduced by 3.7 version.
Symfony version 6.4.29
After upgrading from 3.6.0 to 3.7.1 version of the module, I'm starting having memory issues related to
symfony/var-dumper(v6.4.26).Exemple of error:
Fatal error: Allowed memory size of xxx bytes exhausted (tried to allocate xxx bytes) in /var/www/html/vendor/symfony/var-dumper/Cloner/Data.php on line 91Increasing codeception
settings.memory_limitdoesn't solve the issue. Looks like some kind of memory leak introduced by 3.7 version.Symfony version
6.4.29