Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

s2i run script sets incorrect default for opcache memory consumption #149

Closed
lucasnetau opened this issue Mar 14, 2017 · 1 comment
Closed

Comments

@lucasnetau
Copy link
Contributor

S2I run script sets a default value of "16M" instead of "16" for the opcache memory consumption via:

export OPCACHE_MEMORY_CONSUMPTION=${OPCACHE_MEMORY_CONSUMPTION:-16M}

however the PHP documentation marks this as an integer field

opcache.memory_consumption integer
The size of the shared memory storage used by OPcache, in megabytes.
@lucasnetau
Copy link
Contributor Author

Fixed by #151

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant