• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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