Hi,
I'm having some issues with Magic Zoom and Magento. Recently our Magneto stores have been running slow and crashing. We are trying to figure out whats causing the excessive loads and mySQL lockups.
There are a lot of issue that needs to be fixed but one of them is related to Magic Zoom. Here's what's happening with the script:
On checking the system error log we could see a lot of suhosin alerts for the script "/var/www/vhosts/myblankeebaby.com/httpdocs/app/etc/magictoolbox/core/magictoolbox.params.class.php". This script is trying to increase the memory_limit to 536MB and as a result the system starts using the swap space causing the system load to spike up.
###############################
Jan 27 13:43:11 server suhosin[24341]: ALERT - script tried to increase memory_limit to 536870912 bytes which is above the allowed value (attacker '66.249.71.115', file '/var/www/vhosts/myblankeebaby.com/httpdocs/app/etc/magictoolbox/core/magictoolbox.params.class.php', line 3) Jan 27 13:43:30 server suhosin[24364]: ALERT - script tried to increase memory_limit to 536870912 bytes which is above the allowed value (attacker '81.100.185.24', file '/var/www/vhosts/myblankeebaby.com/httpdocs/app/etc/magictoolbox/core/magictoolbox.params.class.php', line 3) Jan 27 13:43:32 server suhosin[24840]: ALERT - script tried to increase memory_limit to 536870912 bytes which is above the allowed value (attacker '24.56.57.23', file '/var/www/vhosts/myblankeebaby.com/httpdocs/app/etc/magictoolbox/core/magictoolbox.params.class.php', line 3) Jan 27 13:43:42 server suhosin[24348]: ALERT - script tried to increase memory_limit to 536870912 bytes which is above the allowed value (attacker '69.6.144.58', file '/var/www/vhosts/myblankeebaby.com/httpdocs/app/etc/magictoolbox/core/magictoolbox.params.class.php', line 3) ###############################
What should we do with the issue?