Replies: 1
Hello,
I’m experiencing a persistent memory issue with royal-elementor-addons on my site. I’ve set the memory_limit to 2 GB (2048M) via php.ini and the hosting control panel, and it’s confirmed in phpinfo(). However, the plugin’s widgets keep crashing at 128 MB. Here are some example errors from the log:
[28-Mar-2025 03:53:58 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 10485760 bytes) in /home/minecra5/public_html/wp-content/plugins/royal-elementor-addons/modules/grid/widgets/wpr-grid.php on line 2051 [28-Mar-2025 03:56:18 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 10485760 bytes) in /home/minecra5/public_html/wp-content/plugins/royal-elementor-addons/modules/advanced-slider/widgets/wpr-advanced-slider.php on line 31 [28-Mar-2025 04:19:07 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 10485760 bytes) in /home/minecra5/public_html/wp-content/plugins/royal-elementor-addons/modules/posts-timeline/widgets/wpr-posts-timeline.php on line 3011
What I’ve Tried:
- Disabled the Grid widget and downgraded the plugin to an older version, but the issue persists and spreads to other widgets (slider, timeline, form, etc.).
- Cleared all caches (LiteSpeed Cache, Cloudflare, Elementor).
- Set WP_MEMORY_LIMIT to 2048M in wp-config.php And MultiPHP INI Editor
- Ran a test script to confirm memory_limit is 2 GB, but the site still crashes at 128 MB.
Details:
- Hosting: Hosting Dunyam
- PHP Version: 8.2
- WordPress Version: Latest
- Plugin Version: Latest Version
It seems like the server isn’t respecting the 2 GB limit and caps at 128 MB, but I’m not sure if this is a plugin issue or a hosting restriction (e.g., LiteSpeed limit, CPU/I/O cap). Has anyone faced this? Could it be a plugin optimization problem, or should I dig deeper into server settings? Any help would be appreciated—my site is completely down because of this.
Thanks!