Allowed memory size ubuntu
Posted: Thu Sep 08, 2022 11:35 am
When opening a complex form of 7 tables suddenly got this error -
"Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 10489856 bytes) in /var/www/report/core/nuapi.php on line 141"
Changed in /etc/php/7.4/fpm/php.ini and /etc/php/7.4/apache2/php.ini -
memory_limit = 128M to 256M
After that the form began to open, but with 1 empty table, in which I recently replaced several values โโof 1 field.Based on this, it is clear that I messed up the table.There is nothing to do - I will look for an error, but another question arose -
After all the manipulations in php.ini, I see that PHPMYADMIN has not changed at all
innodb buffer pool size=134217728
innodb buffer pool chunk size =134217728
I suppose that this prevents me from getting the lost table.
Any thoughts?
"Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 10489856 bytes) in /var/www/report/core/nuapi.php on line 141"
Changed in /etc/php/7.4/fpm/php.ini and /etc/php/7.4/apache2/php.ini -
memory_limit = 128M to 256M
After that the form began to open, but with 1 empty table, in which I recently replaced several values โโof 1 field.Based on this, it is clear that I messed up the table.There is nothing to do - I will look for an error, but another question arose -
After all the manipulations in php.ini, I see that PHPMYADMIN has not changed at all
innodb buffer pool size=134217728
innodb buffer pool chunk size =134217728
I suppose that this prevents me from getting the lost table.
Any thoughts?