Out of memory issue
-
Hi, I am using your free plugin and I am not able to translate the gettext strings from my theme. In addition, I have a loading circle in the top, right next to the Save button which keeps spinning. I can translate the normal string but not the gettext strings. I checked my debug.log file and it showed me that the translatepress function.php and the woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler.php are out of memory.
TranslatePress: Out of memory (allocated 352321536) (tried to allocate 8192 bytes)
Woocommerce: Out of memory (allocated 352321536) (tried to allocate 65536 bytes)It’s like the plugin tries to read a string and starts to circling around this specific string and runs out of memory.
I increased the memory-limit to 256MB and then to 512MB (per wp_config and php.ini). The php.ini says everything is working fine, but the Bug does not disappear. I use the version PHP 7.3.
I installed the WordPress Version 5.4 and TranslatePress is currently not tested for this version. Maybe this is the bug?
- The topic ‘Out of memory issue’ is closed to new replies.