Skip to content

Conversation

@axelsimon
Copy link
Contributor

@axelsimon axelsimon commented Apr 12, 2022

In line with nextcloud/docker#1702 and to avoid the error message:

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.


  • I have read the contributing guideline and understand that I have made the correct modifications

Description:

Raise OPCache interned strings buffer to 16 instead of 8.

Benefits of this PR and context:

Removes the error message.

How Has This Been Tested?

Tested on a live container to work and remove the error message.

Source / References:

nextcloud/server#31223

closes #235

In line with nextcloud/docker#1702 and to avoid the error message:
> 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.
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for opening this pull request! Be sure to follow the pull request template!

@LinuxServer-CI
Copy link
Collaborator

@thespad
Copy link
Member

thespad commented Apr 12, 2022

Please add a changelog entry to the readme-vars.yml

@axelsimon
Copy link
Contributor Author

@thespad Done :)

Copy link
Member

@thespad thespad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@axelsimon just noticed you've only done the amd64 Dockerfile, need to do the aarch64/armhf as well.

@LinuxServer-CI
Copy link
Collaborator

@masterwishx
Copy link

i have this message after update to 23.0.4

@axelsimon
Copy link
Contributor Author

@thespad I'd missed that, but looks like @aptalca just did it! (and fixed the readme-vars file too)

@LinuxServer-CI
Copy link
Collaborator

1 similar comment
@LinuxServer-CI
Copy link
Collaborator

@aptalca aptalca merged commit ef6f834 into linuxserver:master Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

5 participants