Plesk

Unable to open a table in phpMyAdmin or restore a snapshot in Web Presence Builder for Plesk: Allowed memory size of X bytes exhausted

Symptoms

Cause

The size of PHP memory limit is insufficient to upload the object.

Resolution

  1. Connect to the Plesk server via SSH.

  2. Open the php.ini file in a text editor. In this example, we are using the vi editor:

    # vi /usr/local/psa/admin/conf/php.ini

  3. Increase the value of memory_limit to a value higher than the uploaded object:

    memory_limit = 4096M

  4. Save the changes and close the file.

  5. Restart the Plesk services to apply the changes:

    # service sw-cp-server restart && service sw-engine restart

Exit mobile version