Yes, there are some cases.
- when let’s say there are many videos, photos e.t.c. uploads to a site that runs as a social community
- when the ram reserved are less than the needed (see how we reserve ram)
- Step 1: Go to your control panel first.
- Step 2: Enter the File Manager section.
- Step 3: Then go to Public_html folder.
- Step 4: Open the wp-config. php file with the editor.
- Step 5: Add the following code. define ('WP_MEMORY_LIMIT', '128M');
- Step 6: Then save the file.
- and more ..