Allowed memory size of 1073741824 bytes exhausted in cakephp\src\ORM\TableRegistry.php in Cakephp 4x

41 Views Asked by At

I have write a simple query which will fetch maximum 5 records,My query structure is like $userSettingsTable->find()->where(['user_id' => 2])->first()->toArray();

This is showing as Memory limit exhausted

I have also set ini_set('memory_limit', '-1'); Still issue is not resolved. Please help me

0

There are 0 best solutions below