Title: memory leak?
Last modified: August 22, 2016

---

# memory leak?

 *  Resolved [l r](https://wordpress.org/support/users/lainyrache/)
 * (@lainyrache)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/memory-leak-6/)
 * I have been getting a lot of memory outages on my blog.
    Error log has PHP Fatal
   error: Out of memory (allocated 50855936) (tried to allocate 75 bytes) in /home/
   bb/public_html/wp-content/plugins/kebo-twitter-feed/inc/get_tweets.php on line
   63
 * I am using the latest version of the plugin
    Can anyone help? thanks
 * [https://wordpress.org/plugins/kebo-twitter-feed/](https://wordpress.org/plugins/kebo-twitter-feed/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Peter Booker](https://wordpress.org/support/users/peterbooker/)
 * (@peterbooker)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/memory-leak-6/#post-5275466)
 * Hi I r,
 * I don’t believe that is a memory leak, but that line does perform a json_decode
   on the Tweet data which possibly uses a considerable amount of memory. Looking
   at that error around 50mb does not appear to be a huge amount, but I have marked
   the code in question and will see if I can replace it without using such a costly
   function.
 * I appreciate you bringing this up, as I would like to make the code as efficient
   as possible and there is likely much room for improvement here.

Viewing 1 replies (of 1 total)

The topic ‘memory leak?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/kebo-twitter-feed_00aced.svg)
 * [Kebo Twitter Feed](https://wordpress.org/plugins/kebo-twitter-feed/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/kebo-twitter-feed/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/kebo-twitter-feed/)
 * [Active Topics](https://wordpress.org/support/plugin/kebo-twitter-feed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/kebo-twitter-feed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/kebo-twitter-feed/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Peter Booker](https://wordpress.org/support/users/peterbooker/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/memory-leak-6/#post-5275466)
 * Status: resolved