We can increase the memory limit in phph.ini,But it is not taking effect
Where to check
In WHM ,there is a feature
“WHM >> Service Configuration >> Apache Configuration >> Memory Usage Restrictions”
This feature will limit Apache memory consumption by examining its usage history. The feature limits each Apache process and not all Apache processes combined. Using this feature we can increase the server stability but may result in a slight loss of performance. The exact values used depend on the usage history.
The option simply adds the following entries to the Apache configuration file:
RLimitMEM XXX , where XXX is the memory limit value.
If this is added, increasing memory limit in php.ini may not take effect. This will be effecting WordPress like applications. It will throw same out of memory error.
Remove or comment the line in configuration file and increase the memory limit in php.ini . It will work
If you require help, contact SupportPRO Server Admin


