docker icon indicating copy to clipboard operation
docker copied to clipboard

PHP OPcache module is not properly configured: OPcache interned strings buffer is nearly full

Open MyNameIsRatchet opened this issue 3 years ago • 4 comments

Belongs to this closed issue.

I'm using nextloud on docker ("production"-tag) with NC 23.0.5. I'm seeing this "PHP OPcache module is not properly configured: OPcache interned strings buffer is nearly full, please enter a value higher than 16"-warning in my settings-overview.

I know that this setting has been changed from "8" to "16" in the past in this PR, but my instance wants to have it higher than 16.

Anyone else struggling with this? Any help appreciated.

MyNameIsRatchet avatar May 24 '22 08:05 MyNameIsRatchet

Same here +1

cloudwindy avatar May 29 '22 03:05 cloudwindy

+1

merzi avatar Jun 03 '22 08:06 merzi

Hello,

I confirm this.

I don't know if the problem mentioned in this message is real and the performance of the instance is reduced or if it is a misinterpretation of the situation (and thant there is actually no problem).

I also confirm the following:

  • this problem has appeared on my instance since the very first version 23 (still here with Nextcloud 24.0.2)
  • changing the value of the "opcache.interned_strings_buffer" parameter (with 16, 32, 64 ...) only solves the problem temporarily, then the warning message always comes back. This method has been tried by quite a few people and the problem seems to keep coming back.

Assuming that the problem cannot be solved right away, it would be nice to know if the problem is real (and potentially degrading the performance of the instance) ... and if there is a workaround while waiting for a lasting solution to the problem.

@CarlSchwan , have you heard about this and/or do you know anyone who is familiar with this part of Nextcloud?

Best regards, Jérôme

Jerome-Herbinet avatar Jun 21 '22 08:06 Jerome-Herbinet

Same problem here. Using Version 24.0.3 with Docker.

schroeder-hesel avatar Jul 27 '22 07:07 schroeder-hesel

I think this is fixed in https://github.com/nextcloud/server/pull/32902 For more details and recommendations, please follow the discussion in https://github.com/nextcloud/server/issues/31223

J0WI avatar Sep 09 '22 13:09 J0WI

This issue is still very much present

LouisOuellet avatar Apr 06 '23 12:04 LouisOuellet

This issue is still very much present

As a temp. solution I did this successfully: https://github.com/nextcloud/server/issues/31223#issuecomment-1042077673

I did a sudo service apache2 restart and it went away but then comes back after a while

henningsieh avatar Apr 13 '23 07:04 henningsieh