Just trying it out for the first time - I’m using DevKinsta on an M1 Macbook Pro.
Other DevKinsta sites are ok, and Oxygen runs fine when I installed it on an empty site slot in my hosting account.
" Fatal error : Out of memory (allocated 9347072) (tried to allocate 5152768 bytes) in /www/kinsta/public/oxygen/wp-content/plugins/oxygen/component-framework/oxygen-main-template.php on line 256
Hi @James_Vector . Thanks for posting here and welcome to DevKinsta. We’re working on increasing the default PHP limit in a future version. In the meantime, you can enter the following into Terminal to manually increase the PHP limit. docker exec -it devkinsta_fpm bash then navigate to cd /etc/php/7.x(change this)/fpm/ and your PHP version. The php.ini will be located there to edit the memory_limit line.
Edit: Apologies! Lastly, be sure to restart the container via docker restart devkinsta_fpm.
Thanks a lot for your reply - I tried that but didn’t have any luck unfortunately. Interesting using docker for the first time though - I verified 512M using a phpinfo() page and tried PHP 8 as well. Not sure what else I could try?
Hi @James_Vector . Just checking in on how things are going. Were you able to get this resolved? If you continue to see issues, please let us know and create a new thread here so we can assist further. Also be sure to update DevKinsta if you haven’t already