• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved Error to open backup file

garcue

Regular Pleskian
Hello everyone,

I'm receiving this error every time I try to open a backup file from my plesk panel:

ERROR: Allowed memory size of 268435456 bytes exhausted (tried to allocate 144158987 bytes) (PMMConnector.php:176)

Search for related Knowledge Base articles

Any idea of the possible reason?
 
Try to increase memory_limit value by editing the file /usr/local/psa/admin/conf/php.ini and then restart services:

# service sw-cp-server restart
# service sw-engine restart
 
Nothing, my php.ini file has the following configuration:

short_open_tag = On
y2k_compliance = Off
output_buffering = Off
max_execution_time = 600
max_input_time = 900
memory_limit = 1024M
max_file_uploads = 99999
max_input_vars = 2000
 
Try to set memory_limit to 2048 and restart sw- service again.
 
Back
Top