I am in the process of building an app to house text data. I put in a couple of tables and generated the app, uploaded it, and first it failed saying it couldn't allocate sufficient memory.
Code: Select all
[Thu Jul 18 10:28:13.370704 2024] [proxy_fcgi:error] [pid 861296:tid 139858563430144] [client 50.243.98.61:62950] AH01071: Got error 'PHP message: PHP Fatal error: Allowed memory size of [b]134217728 [/b]bytes exhausted (tried to allocate 262144 bytes) in /opt/bitnami/apache/htdocs/toolie.me/aagwkagr/admin/incFunctions.php on line 270', referer: https://toolie.me/aagwkagr/
[Thu Jul 18 10:34:53.338423 2024] [proxy_fcgi:error] [pid 861296:tid 139859553408768] [client 50.243.98.61:63351] AH01071: Got error 'PHP message: PHP Fatal error: Allowed memory size of [b]536870912 [/b]bytes exhausted (tried to allocate 262144 bytes) in /opt/bitnami/apache/htdocs/toolie.me/aagwkagr/settings-manager.php on line 200', referer: https://toolie.me/aagwkagr/
I am getting identical behavior on Ubuntu and Debian (Bitnami.com stack on AWS). Both have PHP 8.1 or greater.
Any clues as to where to look to solve the issue outside of your code?