I want to create a Report based on some query that is returning a large amount of rows, but it breaks when i run the report $report->run and throws an error regarding allocating memory size, while I have no limit inside php.init file. Inside exception I can see that it breaks on /vendor/koolreport/excel/TableBuilder.php:278, which is for rendering each row inside excel, as soon as i limit the query to 5000 rows it works again. It currently breaks with 280000 rows retrieved from database. Inside the report all i got is a Datatable and on another sheet a PivotTable (for Pivot process i also tried partial_rendering, but no difference).