Make WordPress Core

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#40093 closed defect (bug) (invalid)

Potential Memory Leak

Reported by: mike_piercy's profile mike_piercy Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.7.3
Component: Plugins Keywords:
Focuses: Cc:

Description

Receiving fatal errors when trying to access Dashboard following Jetpack Sign up and install.

There seems to be multiple errors if I refresh I get a different one sometimes. I assume because it's running out of memory at spent points. A couple of errors read:

Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 72 bytes) in /home/michaelp/public_html/amactors.com/wp-includes/pluggable.php on line 774

Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 15 bytes) in /home/michaelp/public_html/amactors.com/wp-includes/pomo/entry.php on line 76

Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 3072 bytes) in /home/michaelp/public_html/amactors.com/wp-content/plugins/jetpack/modules/sharedaddy/sharing-sources.php on line 1027

I have tried increasing php memory to 64 and again to 96 to no avail. I've also deactivated all other plugins with various results. Disabling one particular plugin doesn't solve it but disabling a few in different groups seems to free up enough memory and it runs fine then.

Any way to dig deeper and see memory usage for plugins?

Change History (3)

#1 @pothi
8 years ago

Welcome to WordPress Trac where possible issues related to WordPress core are discussed and troubleshooted!

Any way to dig deeper and see memory usage for plugins?

Unfortunately, I do not know a way to see the precise memory usage for plugins. Of course, there are plugins to try to find it... https://wordpress.org/plugins/search.php?q=memory

I highly recommend it to post this topic in wp.org support forums at https://wordpress.org/support/ where you're likely to get much better ways to troubleshoot than my above hint.

The issue here is likely to be closed soon, as it doesn't belong to WordPress core. It is likely related to server resources allocated by the hosting company.

#2 @lukecavanagh
8 years ago

  • Resolution set to invalid
  • Status changed from new to closed

This seems like a Jetpack support question.

https://wordpress.org/support/plugin/jetpack

@jeherve

Should be able to help you.

#3 @netweb
8 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.