You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
This may not be an issue with this app but I would like to ask the question.
This app is used in a wordpress plugin called Awesome Support. A file in it is triggering php fatal warnings for memory exhaustion, rendering some actions on the site unusable.
Deactivating this plugin solves the issues and the memory exhaustion issue ends.
The site already has 2048M memory which should be ample for a relatively basic wordpress / gravity forms based website.
the log shows
[13-Nov-2024 19:17:34 UTC] PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes) in /home/newcast1/public_html/consultantquotes/wp-includes/functions.php on line 650
[13-Nov-2024 19:17:34 UTC] PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes) in /home/newcast1/public_html/consultantquotes/wp-includes/functions.php on line 4264
[13-Nov-2024 19:17:34 UTC] PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes) in /home/newcast1/public_html/consultantquotes/wp-content/plugins/awesome-support/vendor/ericmann/sessionz/php/Manager.php on line 88
The text was updated successfully, but these errors were encountered:
Hi
This may not be an issue with this app but I would like to ask the question.
This app is used in a wordpress plugin called Awesome Support. A file in it is triggering php fatal warnings for memory exhaustion, rendering some actions on the site unusable.
Deactivating this plugin solves the issues and the memory exhaustion issue ends.
The site already has 2048M memory which should be ample for a relatively basic wordpress / gravity forms based website.
the log shows
[13-Nov-2024 19:17:34 UTC] PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes) in /home/newcast1/public_html/consultantquotes/wp-includes/functions.php on line 650
[13-Nov-2024 19:17:34 UTC] PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes) in /home/newcast1/public_html/consultantquotes/wp-includes/functions.php on line 4264
[13-Nov-2024 19:17:34 UTC] PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes) in /home/newcast1/public_html/consultantquotes/wp-content/plugins/awesome-support/vendor/ericmann/sessionz/php/Manager.php on line 88
The text was updated successfully, but these errors were encountered: