Hi, I have a test site up and running to plan out our migration from 1.5.24 to 2.2.3. The test migration worked perfectly and I am mostly down to cosmetic changes left on my todo list. The only problem I am running into is the server is having errors. I see a bunch of folks having the same type problems but no real resolution to them. In XF admin I see this...
in the apache error.log I see
[Tue Feb 23 09:32:31.441670 2021] [:error] [pid 29599] [client x.y.z.z:25883] FastCGI: server "/var/www/web/cgi-bin/php-fcgi-a.b.c.d-443-a.b.org" stderr: PHP message: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 118784 bytes) in /var/www/web/web/community/src/XF/Db/Mysqli/Statement.php on line 125, referer: https://a.b.org/community/index.php
Do I really need to give the application more than 128mb of memory for this? The forums have about 12k members and 200k posts. Any pointers is appreciated.
in the apache error.log I see
[Tue Feb 23 09:32:31.441670 2021] [:error] [pid 29599] [client x.y.z.z:25883] FastCGI: server "/var/www/web/cgi-bin/php-fcgi-a.b.c.d-443-a.b.org" stderr: PHP message: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 118784 bytes) in /var/www/web/web/community/src/XF/Db/Mysqli/Statement.php on line 125, referer: https://a.b.org/community/index.php
Do I really need to give the application more than 128mb of memory for this? The forums have about 12k members and 200k posts. Any pointers is appreciated.