sometimes I get issue:
Fatal error: Allowed memory size of 792723456 bytes exhausted (tried to allocate 20480 bytes) in /home/mall/domains//vendor/magento/zendframework1/library/Zend/Db/Statement/Pdo.php on line 291
792723456 bytes roughly translate to 792 MB
I try increase memory limit. I set in php.ini 2048M
but still local value display: 756M
and Master Value only correct 2048M
and still I get above issue. Any solution?