Install Config Wiki

All about installing, configuring and troubleshooting

User Tools

Site Tools


nextcloud_27_php_ini_increase_opcache_interned_strings_buffer_value_higher_than_8

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
nextcloud_27_php_ini_increase_opcache_interned_strings_buffer_value_higher_than_8 [2023/06/25 07:59] – created wikiadminnextcloud_27_php_ini_increase_opcache_interned_strings_buffer_value_higher_than_8 [2023/06/25 08:04] (current) wikiadmin
Line 3: Line 3:
 In the Administrative Overview section of NextCloud, the following warning appeared: In the Administrative Overview section of NextCloud, the following warning appeared:
  
-The PHP OPcache module is not properly configured. See the documentation ↗ for more information.+The PHP OPcache module is not properly configured. See the documentation for more information.
 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 8. 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 8.
  
Line 26: Line 26:
 Change the value of the buffer from 8 to 16 Change the value of the buffer from 8 to 16
 Change the value of memory consumption from 128 to 256 Change the value of memory consumption from 128 to 256
-By editing the following settings with php.ini+By editing the following settings within the php.ini file
  
 <code> <code>
Line 41: Line 41:
 </code> </code>
  
-See if the warning message disappeared from the nextcloud administration overview.+See whether the warning message, "the OPcache interned strings buffer is nearly full," has disappeared from the nextcloud administration overview section.  It should be gone, and all is well.
  
  
nextcloud_27_php_ini_increase_opcache_interned_strings_buffer_value_higher_than_8.1687679959.txt.gz · Last modified: 2023/06/25 07:59 by wikiadmin