Critical Memory Leak Issue in Cost Calculator Plugin
-
Dear Support Team,
I am experiencing a critical issue with your Cost Calculator plugin. When I try to access the “Calculators” section in the WordPress admin panel, the page fails to load properly, and I only see a loading spinner instead of the expected content.
After contacting my hosting provider, we identified a severe memory leak in the plugin. Here are the relevant details from the server logs:
- Initial error (512MB memory limit exceeded): vbnetКопироватьРедактировать
PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /wp-includes/class-wpdb.php on line 2316
- After increasing the memory limit to 1024MB (1GB), the issue persists: swiftКопироватьРедактировать
PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 106496 bytes) in /wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler.php on line 55
My hosting provider confirmed that even 1024MB of memory is not enough for the script, which suggests a serious memory leak.System Environment & Configuration:
- PHP Version: 7.4.25
- PHP max_execution_time: 300
- PHP Post Max Size: 1024M
- Database: MariaDB 10.3.31 (upgradable to 10.6 in a Docker container)
- WP Memory Limit: 512M
- Required server modules: mod_rewrite, cURL – enabled
- Max Upload Size: 1024M
All minimum requirements for the plugin are met, yet the issue persists. Could you please investigate this memory leak and provide a solution?
Let me know if you need any additional information.
The page I need help with: [log in to see the link]
- Initial error (512MB memory limit exceeded): vbnetКопироватьРедактировать
- You must be logged in to reply to this topic.