• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Ubuntu 14.04, Plesk 12.5 with 5.6.15 FPM it is not possible to allocate more as 300MB opcache memory

cij

New Pleskian
Hello,
I try to allocate more opcache memory for php-fpm 5.6.15, but currently I cannot give more than 300 MB. Is there any restrication because if I change the memeory setting to 301 MB the webserver service is not starting after saving the php.ini.

Current setting:
opcache.memory_consumption=300

Can anyone help with this issue?

Many thanks in advance
 

Attachments

  • opcache issue.PNG
    opcache issue.PNG
    44 KB · Views: 17
Technically, there is no limit.

Theoretically, it is not adviceable to exceed the default (64MB) with a large amount: try 128MB or 192MB.

Practically, opcache.memory_consumption=300 only makes sense if other relevant variables are set accordingly.

In summary, I can keep it short: use a lower value.

To satisfy your curiosity: have a look at the maximum amount of memory that is assigned to the application (see PHP settings on the domain), I bet it is 300MB or lower.

Regards.....
 
Back
Top