FYI, in case someone searches and finds this thread. The resolution (for my issue) was to increase the memory limit for third party PHP execution.
This file is at:
/usr/local/cpanel/3rdparty/php/56/etc/php.ini
Increase memory_limit from 128mb to 512mb
(probably could go to 256mb, an increment until your hang is fixed)
Also, to make this change permanent:
Quote Hi,
After increasing the memory limit in php.ini file, you will have to execute the following command as root:
/usr/local/cpanel/bin/install_php_inis
so as to make the changes in PHP binary file permanent. These changes will not be reverted on cPanel update.
Please check and let us know if you need any further assistance from us.
|