Encountering the “File size exceeds limit” issue on WordPress?
This guide will walk you through solving the problem. The easiest way will be to update your wp-config file.
To increase the WordPress memory limit by editing the wp-config.php file, follow these steps:
1. Login to your cPanel account and Click on File Manager.

2. Locate the wp-config.php file:

3. Edit the wp-config.php file:
4. Add the memory limit code:
/* That's all, stop editing! Happy publishing. */
near the bottom of the file.

5. Save the file:
6. Check if the memory limit has been increased:
This should resolve memory-related issues on your WordPress site, such as those caused by large plugins or media uploads. If you’re still encountering issues, you may need to check with your hosting provider to ensure they allow higher memory limits.