Skip to content
New issue

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

[RFC] Show warnings on risky configurations #41

Open
rvanlaak opened this issue Dec 2, 2015 · 1 comment
Open

[RFC] Show warnings on risky configurations #41

rvanlaak opened this issue Dec 2, 2015 · 1 comment

Comments

@rvanlaak
Copy link

rvanlaak commented Dec 2, 2015

Today I found out about what opcache.interned_strings_buffer does. Seems there isn't much documentation about this.

It would be great if the status page is able to give the user some warnings about poor/non-optimal configuration parameters. Examples of these warnings could be:

  • Your opcache.memory_consumption is almost out of memory, we suggest to raise it.
  • Your opcache.interned_strings_buffer is almost out of memory, we suggest to raise it.
  • There aren't many free keys, we suggest to raise opcache.max_accelerated_files.
  • You have a lot of wasted memory, maybe you can do to solve it.

Maybe this isn't something the status page should do, but would be great if so.

@cfoellmann
Copy link

If you like to contribute open this up on https://github.com/wp-cloud/opcache-status/issues

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

No branches or pull requests

2 participants