eoncode
Running Bulk Action with 'Select All' times out or runs out of memory
You should look how to optimise itExactly. I'm looking into filament code for where it executes bulk action to see where I might be able to tweak, if you could point me there. Essentially, filament is loading all the 42k rows into memory before executing the action which is not good for obvious reasons. Right now I've set memory limit in php.ini at 1.5gb
15 replies
Running Bulk Action with 'Select All' times out or runs out of memory
For our UserResource, we have a bulk action that admin can use to send emails to selected users. There are almost 42k users on the system and we have the timeout error when all users are selected and the bulk action is submitted
15 replies