Memory Allocation Error

darren

Member
Hello all,

im trying to update a record on one of my databases and im getting a php error:

[pre]
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 67108872 bytes) in .../include/business_logic.php on line 0
[/pre]

Im not sure where to start in solving this problem, increasing the allowed memory wouldn't be a solution as that's way too much memory being allocated.

My server:

PHP Version: 7.3.26-1+ubuntu18.04.1+deb.sury.org+1

postgres version: 12.5 (Ubuntu 12.5-1.pgdg18.04+1)

Web server: Apache/2.4.29 (Ubuntu)

Client: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36
 
Top