Common Issues
Common IssuesMemory issues

Memory issues

If your PHP server has a lower memory limit than the required by the plugin, you may get an error message like this (eg: when translating many posts at once, for multiple languages):

PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes)
in /public/wp-content/plugins/gato-ai-translations-for-polylang/vendor/pop-schema/extended-schema-commons/src/HelperServices/ArrayOrJSONObjectTraversionHelperService.php on line 75

Read guide Handle memory to learn how to handle this issue.