• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

memory alloc error upgrading from 8.3.0 to 9.2.2

AlexanderJ

New Pleskian
I am using the autoinstaller feature of 8.3.0 to try and upgrade to 9.2.2 however the install is failing with the following error and I now have a half broken 8.3.0 install :-(

Any ideas what would be causing it and/or how to work around it?

Many thanks!

<SNIP>
Starting installation of packages
Installing the package psa-appvault-gallery-2.2-8201720080409010331.noarch (b 0xa6087c0 source=0x9c6e960 P:13076 R:1)
memory alloc (12 bytes) returned NULL.
ERROR: Unable to install the requested packages because either there is
not enough free disk space left, or there are package dependency problems.
Warning! Not all packages were installed.
Please check if your system services are operable.
Please, contact product technical support.
[root@jane-carr sbin]# /usr/local/psa/admin/sbin/autoinstaller --select-release-id PLESK_9_2_2 --upgrade-installed-components
 
Hello,

The error message means lack of memory. Please, check the resources on the server:

# cat /proc/user_beancounters (just in case you have Parallels Plesk Panel (PP) installed in the container)

Please, check the follwoing article for more information:

http://kb.swsoft.com/en/1354

Also please, check the available disc space:

#df -h

Thank you
 
Hello

I see in the error log: "not enough free disk space left". You need to check whether there are free disk space available, it is possible to do with:
df -h
command.
Also, if it is virtual server you need to make sure that there are enough resources, you can do it with
cat /proc/user_beancounters
if there are failed counters - you need to increase these values.
 
Thanks for the replies everyone and yes it is definitely a memory issue as you suggest - to get around it I ran the installer in interactive mode, and de-selected installing the applications library, and this got past this stage.

It is running on a dedicated virtual server at MediaTemple

Disk Space:
[root@xxx local]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/vzfs 20G 7.7G 12G 40% /
simfs 20G 7.7G 12G 40% /tmp
simfs 20G 7.7G 12G 40% /var/tmp
 
Back
Top