We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After upgrading from 11.03 to 12 beta 3 in the adminpanel it shows the following hint. opcache.enable=On is wrong. It should be opcache.enable=1
PHP Opcache ist nicht korrekt eingerichtet. Für bessere Leistung empfehlen wir ↗ folgende Einstellungen in der php.ini:
opcache.enable=On opcache.enable_cli=1 opcache.interned_strings_buffer=8 opcache.max_accelerated_files=10000 opcache.memory_consumption=128 opcache.save_comments=1 opcache.revalidate_freq=1
The text was updated successfully, but these errors were encountered:
This was added in Nextcloud 12: #3489
cc @MorrisJobke
Sorry, something went wrong.
Basically, this is what @nickvergessen noticed in https://github.com/nextcloud/server/pull/3489/files#r102667433
This is a duplicate of #4838
No branches or pull requests
After upgrading from 11.03 to 12 beta 3
in the adminpanel it shows the following hint.
opcache.enable=On is wrong. It should be opcache.enable=1
PHP Opcache ist nicht korrekt eingerichtet. Für bessere Leistung empfehlen wir ↗ folgende Einstellungen in der php.ini:
opcache.enable=On
opcache.enable_cli=1
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.memory_consumption=128
opcache.save_comments=1
opcache.revalidate_freq=1
The text was updated successfully, but these errors were encountered: