You can see where you can adjust the setting and all the setting that exist.
If you want to do it server side you can edit the global php.ini
If you want to edit only for a website, the best way to do it is through a file .user.ini in the docroot.
You can change it with php-fpm pool too with the template.
Then as say Eris you have to use php_value =
If you want to reduce the global memory you can maybe try to use opcache_file_cache_only.
But be sure to do some cleanup in the cache frequently.
Take care about the different setting, this can cause some trouble…
I have added this line to the template file but it seems like its being ignored as I have set it to 1024M but it looks at the global directive it seems from the server itself. I am not sure if I have done something wrong or this is the app itself?
Any suggestions on this is this anythign to do with Hestia at this point, or is this something I need to ask Invoice Ninja?