If you are handling huge volume of data and encounter memory-related issues, for
example, if the failure report does not display failed test cases, you can
increase the default memory_limit (128M) by editing the
following .ini file.
- vi /etc/php.ini
- memory_limit =1024M
After editing the file, save it and restart the Apache server.