If your site shows the error "Allowed memory size exhausted," it means your script doesn't have enough allocated PHP memory. You can increase this limit directly in cPanel via the MultiPHP INI Editor, without contacting support.
- Log in to cPanel.
- Under "Software," find MultiPHP INI Editor.
- Select your domain from the dropdown list.
- Go to the "Editor Mode" tab.
- Find the memory_limit parameter and set the desired value, e.g.
256M. - Click "Apply."
⚠️ Don't set an excessively high value unless necessary — it may lead to resource overuse on your hosting plan.
