⚠️ This issue respects the following points: ⚠️
Bug description
Configure PHP-FPM opcache with opcache.file_cache_only=1
Nextcloud will output warnings on the Admin page.
The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be hold in cache, it is recommended to apply opcache.max_accelerated_files to your PHP configuration with a value higher than 10000.
The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply opcache.memory_consumption to your PHP configuration with a value higher than 1536.
The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply opcache.interned_strings_buffer to your PHP configuration with a value higher than 96.
Full configuration:
opcache.enable=1
opcache.enable_cli=0
opcache.memory_consumption=1536
opcache.interned_strings_buffer=96
opcache.max_accelerated_files=1048793
opcache.file_update_protection=5
opcache.validate_permission=1
opcache.validate_root=1
opcache.file_cache_only=1
opcache.file_cache=/tmp
opcache.file_cache_consistency_checks=1
@MichaIng mind to have your input here?
Steps to reproduce
- Configure PHP-FPM opcache with
opcache.file_cache_only=1
Expected behavior
No warnings
Installation method
No response
Operating system
No response
PHP engine version
No response
Web server
No response
Database engine version
No response
Is this bug present after an update or on a fresh install?
No response
Are you using the Nextcloud Server Encryption module?
No response
What user-backends are you using?
Configuration report
No response
List of activated Apps
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
Solved removing any opcache.file_cache* configuration.
Bug description
Configure PHP-FPM opcache with
opcache.file_cache_only=1Nextcloud will output warnings on the Admin page.
Full configuration:
@MichaIng mind to have your input here?
Steps to reproduce
opcache.file_cache_only=1Expected behavior
No warnings
Installation method
No response
Operating system
No response
PHP engine version
No response
Web server
No response
Database engine version
No response
Is this bug present after an update or on a fresh install?
No response
Are you using the Nextcloud Server Encryption module?
No response
What user-backends are you using?
Configuration report
No response
List of activated Apps
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
Solved removing any
opcache.file_cache*configuration.