Oxygen Builder - Fatal Error Out of Memory

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.