Modifying Global PHP Limits of PHP Selector

If you wish to modify the global PHP limits for PHP selector run the following command to modify the required file:

nano /etc/cl.selector/global_php.ini

Now put the lines at the end of the file and save changes by pressing CTRL + X and Y to confirm.

max_execution_time = 180
max_input_time = 180
max_input_vars = 3000
memory_limit = 128M
post_max_size = 64M
upload_max_filesize = 64M

Finally, run the command: /usr/bin/selectorctl --apply-global-php-ini to confirm the changes

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

 CloudLinux Statistics showing API connection errors?

If you're facing such errors at CloudLinux Manager, here's the solution: First of all, run the...

 CloudLinux installed, but still showing CentOS

Some of our clients face the issue, that's why we're writing the tutorial to fix it. First of...

 Fix Unable to set values ​​and packages in LVE

If the LVE Manager is already installed on your server as follows, just execute the following...

 Fix “Missing MySQL Extension” with PHP Selector

If you are using CloudLinux and PHP selector, sometimes you will get the following error after...

 Fixing PHP Selector or other CLN tools issues Easily

Make sure to verify the CageFS status: In order to enable CageFS for all the servers, you must...