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
- [SOLVED] CreateRow is doing ListRows on ...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...
- hi guys! my site is not accesible in my ...