You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it's works fine for 5 records :) but when i insert 100000 records with faker i'm geeting memory PHP Fatal error: Allowed memory size of 134217728 bytes exhausted.
thanks .
The text was updated successfully, but these errors were encountered:
that's the wrong approach, I'm quite sure @mehdi-zarrin meant that this package should never consume more memory unless you display all records at one. With a server side pagination you shouldn't have to increase your memory limit like that, it should fetch the rows with a limit and only return those that are actually displayed..
Hi,
i have the below code in my controller :
it's works fine for 5 records :) but when i insert 100000 records with faker i'm geeting
memory PHP Fatal error: Allowed memory size of 134217728 bytes exhausted
.thanks .
The text was updated successfully, but these errors were encountered: