Possible Memory Leak / PHP Fatal Memory Error
-
Hello,
Since switching to Spotlight from Smash Balloon’s Instagram Feed plugin a few days ago I keep getting a PHP Fatal Error that causes my site to crash and respond with Error 502. So far I am able to recover from the crash by changing the folder name of the plugin in order to disable it.
For some additional background info, my current host is SiteGround specifically, the Growbig plan. I have also disabled WP_Cron and set up Cron Jobs that call wp-cron twice per hour.
I believe there may be a memory leak of some kind in spotlight-social-photo-feeds/includs.init.php on line 19. The errors from my php_errorlog are as follows.
[17-Jun-2021 16:34:54 UTC] PHP Fatal error: Allowed memory size of 805306368 bytes exhausted (tried to allocate 64458405584 bytes) in /home/customer/www/fall3nwarrior.com/public_html/wp-content/plugins/spotlight-social-photo-feeds/includes/init.php on line 19 [17-Jun-2021 16:34:55 UTC] PHP Fatal error: Allowed memory size of 805306368 bytes exhausted (tried to allocate 64458405584 bytes) in /home/customer/www/fall3nwarrior.com/public_html/wp-content/plugins/spotlight-social-photo-feeds/includes/init.php on line 19 [17-Jun-2021 16:39:18 UTC] PHP Fatal error: Allowed memory size of 805306368 bytes exhausted (tried to allocate 34571168416 bytes) in /home/customer/www/fall3nwarrior.com/public_html/wp-content/plugins/spotlight-social-photo-feeds/includes/init.php on line 19 [17-Jun-2021 16:39:45 UTC] PHP Fatal error: Allowed memory size of 805306368 bytes exhausted (tried to allocate 69180126800 bytes) in /home/customer/www/fall3nwarrior.com/public_html/wp-content/plugins/spotlight-social-photo-feeds/includes/init.php on line 19 [17-Jun-2021 16:39:49 UTC] PHP Fatal error: Allowed memory size of 805306368 bytes exhausted (tried to allocate 69180126800 bytes) in /home/customer/www/fall3nwarrior.com/public_html/wp-content/plugins/spotlight-social-photo-feeds/includes/init.php on line 19 [17-Jun-2021 16:40:18 UTC] PHP Fatal error: Allowed memory size of 805306368 bytes exhausted (tried to allocate 137438953440 bytes) in /home/customer/www/fall3nwarrior.com/public_html/wp-content/plugins/spotlight-social-photo-feeds/includes/init.php on line 19 [17-Jun-2021 16:40:50 UTC] PHP Fatal error: Allowed memory size of 805306368 bytes exhausted (tried to allocate 137434553600 bytes) in /home/customer/www/fall3nwarrior.com/public_html/wp-content/plugins/spotlight-social-photo-feeds/includes/init.php on line 19 [17-Jun-2021 16:41:50 UTC] PHP Fatal error: Allowed memory size of 805306368 bytes exhausted (tried to allocate 137438953440 bytes) in /home/customer/www/fall3nwarrior.com/public_html/wp-content/plugins/spotlight-social-photo-feeds/includes/init.php on line 19 [17-Jun-2021 16:44:21 UTC] PHP Fatal error: Allowed memory size of 805306368 bytes exhausted (tried to allocate 83956312724 bytes) in /home/customer/www/fall3nwarrior.com/public_html/wp-content/plugins/spotlight-social-photo-feeds/includes/init.php on line 19
As you can see, the memory allocation being requested is huge in each line and can be anywhere from 60 GBs to 137GBs.
Please let me know if you need any additional info from me to troubleshoot this issue.
- The topic ‘Possible Memory Leak / PHP Fatal Memory Error’ is closed to new replies.