I am working in magento 2.2.2 and when I save product It will display this error. Fatal error: Allowed memory size of 792723456 bytes exhausted (tried to allocate 184320 bytes) in /var/www/html/Demo/vendor/magento/framework/Profiler.php on line 153 Php version : 7.0 Magento : 2.2.2 I also changes apply in memory_limit = 16G in php.ini file and restartRead more