• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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