• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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