Symfony\Component\Debug\Exception\FatalErrorException: Allowed memory size of 734003200 bytes exhausted (tried to allocate 67108872 bytes) in /var/www/html/ProjectName/vendor/laravel/framework/src/Illuminate/Database/Connection.php:347
I am getting above error. I've tried increasing the max_memory in php.ini.
But still getting the error.