• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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