2.4k questions

2.4k answers

99.5k users

Categories

0 votes

1 Answer

0 votes

Yes, there are some cases.

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