Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 28672 bytes)
- 0
- 2
- Self Hosted
Hi how solved it worker-messaging infinite reload Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 28672 bytes) in /usr/src/code/vendor/utopia-php/cache/src/Cache/Adapter/Redis.php on line 39 Appwrite 1.8.1
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 28672 bytes)
can you share more info ?
when does it happen ? do you have logs ?
looking at the error, i think it's an executor issue, where the code tried to allocate more than the specification you gave
root@vmi2229565:~# docker logs --since 5m appwrite-task-scheduler-messages 2>&1 | grep -iE 'fatal|error|exception|memory exhausted' Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /usr/src/code/vendor/utopia-php/cache/src/Cache/Adapter/Redis.php on line 46 Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /usr/src/code/vendor/utopia-php/cache/src/Cache/Adapter/Redis.php on line 46 Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /usr/src/code/vendor/utopia-php/cache/src/Cache/Adapter/Redis.php on line 46 Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /usr/src/code/vendor/utopia-php/cache/src/Cache/Adapter/Redis.php on line 46 Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /usr/src/code/vendor/utopia-php/cache/src/Cache/Adapter/Redis.php on line 46 Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /usr/src/code/vendor/utopia-php/cache/src/Cache/Adapter/Redis.php on line 46 Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /usr/src/code/vendor/utopia-php/cache/src/Cache/Adapter/Redis.php on line 46 Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /usr/src/code/vendor/utopia-php/cache/src/Cache/Adapter/Redis.php on line 46 Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /usr/src/code/vendor/utopia-php/cache/src/Cache/Adapter/Redis.php on line 46
oh intressting, never had that myself, but seams related to redis.
is it the only container to do that ?
Hi, I accidentally deleted the post, but I see that the issue is happening in the schedule-messages section, causing it to constantly reset due to this error. The messages are still being sent, though.
I reset the redis container but nothing changed
Recommended threads
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...
- relationships bug or error idk
hey every one, am using am using appwrite on a project and ran into a problem where by created a relationship and two way to be specific and it is stuck on proc...