• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Question Plesk 18.0.70 Bypass the default PHP performance settings

Tiria

New Pleskian
Server operating system version
Ubuntu 22.04
Plesk version and microupdate number
18.0.69 #3
I see that line in Plesk Obsidian 18.0.70 changelog:
It is no longer possible to bypass the default PHP performance settings in PHP-FPM handlers using the .user.ini settings file or the PHP ini_set() command.

Does this mean I can't increase memory_limit for some script ?
I use ini_set to increase memory_limit and timeout on cron scripts that needs more memory and time to execute properly.
I dont want to increase memory limit and timeout of whole website because of my crons.

I dont have updated yet, is there a way to disable this limitation ?
 
Hello, @Tiria . Previously, it was possible to bypass the set limits for PHP performance settings through the .user.ini even though "Hosting performance settings management (Allows to adjust performance settings: Per-site PHP performance settings.)" was disabled. With the release, users should no longer be able to override the limits.

You can disable the feature by adding the following lines to the panel.ini file:

PHP:
settings.useAdminValuesForPerformanceSettings = false
[/QUOTE]
 
Back
Top