Plesk Uninstall Memory issue

Posted by user115079 on Server Fault See other posts from Server Fault or by user115079
Published on 2012-04-02T16:33:38Z Indexed on 2012/04/02 17:31 UTC
Read the original article Hit count: 179

Filed under:

I am trying to uninstall plesk from my VPS by running following command:

yum remove sw-* psa-* plesk-*

when i run this command i get following error:

Running rpm_check_debug Running Transaction Test memory alloc (4 bytes) returned NULL.

First time when i run above command, this mem alloc (4 bytes) was very big number like (67864987). then i googled it, got some clear/ulimit commands. executed them. rebooted my system. stopped all process and executed this command again. but still getting 4 byte issue. dont know how to get rid of it.

I also tried ulimit after reboot but no success and Yes. No swap attached. these are stats of my system

[root@vps ~]# free -m total used free shared buffers cached Mem: 384 67 316 0 0 0 -/+ buffers/cache: 67 316 Swap: 0 0 0

top - 21:01:07 up 3:12, 1 user, load average: 0.24, 0.08, 0.03 Tasks: 31 total, 2 running, 29 sleeping, 0 stopped, 0 zombie Cpu(s): 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Mem: 393216k total, 69832k used, 323384k free, 0k buffers Swap: 0k total, 0k used, 0k free, 0k cached

is there any other alternative to achieve my goal to uninstall plesk? thanks.

© Server Fault or respective owner

Related posts about low-memory