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

php5 opcache config #3

Closed
carlos22 opened this issue Oct 17, 2018 · 1 comment
Closed

php5 opcache config #3

carlos22 opened this issue Oct 17, 2018 · 1 comment

Comments

@carlos22
Copy link

Nextcloud tells the user that the opcode cache config is not good, these are the settings which are different in default php5 config and therefore kumquat:

    opcache.interned_strings_buffer=8
    opcache.max_accelerated_files=10000
    opcache.memory_consumption=128
    opcache.revalidate_freq=1

Most of these values (all but opcache.revalidate_freq) are the new php7 defaults. See: https://secure.php.net/manual/de/opcache.configuration.php

We could set them in the php5 version also?!

@drscream
Copy link
Member

Thanks for your report, this will be part of the next release!

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

No branches or pull requests

2 participants