• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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