You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice if the opcache values were configurable. I'm looking to run WP on a low end server and 128mb is too much memory to allocate to opcache for me.
hm. This is an interesting solution. another similar solution is to do something like the following. You would just need to save that custom.ini locally. It is a similar approach to examples/debug
Would be nice if the opcache values were configurable. I'm looking to run WP on a low end server and 128mb is too much memory to allocate to opcache for me.
[ echo 'opcache.memory_consumption=128'; ](https://github.com/StephenMiracle/frankenwp/blob/fd4bda4476d36e351059f8e05a4349645b97ff45/Dockerfile#L88)
The text was updated successfully, but these errors were encountered: