mgallegos / laravel-jqgrid

@Laravel jqGrid package allows you to easily integrate the popular @jQuery Grid Plugin (jqGrid) into your Laravel application.
mariogallegos.com
Other
69 stars 44 forks source link

Allowed memory size of 134217728 bytes exhausted #64

Open JHanAlex opened 7 years ago

JHanAlex commented 7 years ago

I have a table with over 2 246 813 records. After I tried to render a 5000 page (type in a footer of jqgrid and press enter), I have an error in log: local.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Allowed memory size of 134217728 bytes exhausted (tried to allocate 524288 bytes)' in D:\web\exchange\www\vendor\laravel\framework\src\Illuminate\Database\Connection.php:323

JHanAlex commented 7 years ago

It seems to me, that limit in class JqGridJsonEncoder count wrong. row 246: $limit = $limit * $page; I comment this row and everything is fine