Hello,
I have a memory problem with my tests, getting the following error :
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 987136 bytes) in /home/ubuntu/.composer/vendor/sebastian/exporter/src/Exporter.php on line 264
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 987136 bytes) in /home/ubuntu/.composer/vendor/sebastian/exporter/src/Exporter.php on line 264
I have no idea what I can do to debug that. I guess I should, if possible, use more RAM. But is this possible? How can I investigate this?
Regards