WPIntell

Source evidence

Memory exhausted

Advanced Notifications · support · 2023-01-05T16:17:00+00:00

complaintsentiment
highseverity
1.0relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 36 rows with source links

19.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
andreacomplus unresolved
Hello, I have random memory saturations, they disappear when I deactivate the plugin. [05-Jan-2023 16:10:04 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /var/www/<vhost>/www/wp-content/plugins/advanced-notification s/includes/an-api.php on line 58 I can see that on that line there’s just a configuration array, so it’s quite tricky to debug. Hi, Are you using the plugin’s API? How many alerts do you have? Does this happen to you in admin or on the site? Hi After a comprehensive test, no memory problem was found. The add-on uses 750KB of memory (for 10 alerts, each additional alert adds about 2KB on average). Probably the problem you describe is due to increased utilization of another component. And a memory exception occurs when this plugin is loaded and that’s why you see the error in one of the plugin’s code lines Thanks for your investigation @yehi , I’ll try to pinpoint this with XDebug, since the stack trace doesn’t help much. Hi, Let me know if you find the problem I’d love to know if it’s something I can’t help with

Comments

4 shown
Yehi 2023-01-06T13:57:00+00:00

Hi, Are you using the plugin’s API? How many alerts do you have? Does this happen to you in admin or on the site?

Yehi 2023-01-10T14:15:00+00:00

Hi After a comprehensive test, no memory problem was found. The add-on uses 750KB of memory (for 10 alerts, each additional alert adds about 2KB on average). Probably the problem you describe is due to increased utilization of another component. And a memory exception occurs when this plugin is loaded and that’s why you see the error in one of the plugin’s code lines

andreacomplus 2023-01-10T14:19:00+00:00

Thanks for your investigation @yehi , I’ll try to pinpoint this with XDebug, since the stack trace doesn’t help much.

Yehi 2023-01-11T11:14:00+00:00

Hi, Let me know if you find the problem I’d love to know if it’s something I can’t help with