laravel-datatables-docs
laravel-datatables-docs copied to clipboard
Returning huge amount of data causes memory size issue
Hello, I got the error when trying to return more than 10k+ of records. Error: "PHP Fatal error: Allowed memory size of 134217728 bytes exhausted". Is there any solution for this instead of changing the "memory_limit" in php.ini?