• 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.

Resolved Warning OpCache: Unable to set php_value opcache.fast_shutdown

mitches

New Pleskian
Server operating system version
Ubuntu 18.04.6 LTS
Plesk version and microupdate number
Plesk Obsidian v18.0.50_build1800230213.19 os_Ubuntu 18.04
Hello Forum,
I have made an additional statement in website/domain | PHP settings (8.0.28) (opcache is enabled an works)

opcache.memory_consumption=128
opcache.interned_strings_buffer=16
opcache.max_accelerated_files=15000
opcache.revalidate_freq=10
opcache.save_comments=1
opcache.max_wasted_percentage=15
opcache.enable_cli=1
opcache.validate_root=1
opcache.fast_shutdown=1

But I get the following warning in the error log. Does anyone know why this is?

[13-Mar-2023 08:50:45] WARNING: [pool domain] child 24037 said into stderr: "ERROR: Unable to set php_value 'opcache.fast_shutdown'"


Greetings
Micha
 
You are using PHP 8. Since PHP version 7.2 the "opcache.fast_shudown" option has been removed from PHP and instead this setting is always on in newer versions. You do not need to explicitely set it.
 
Back
Top