TypeScript
[2025-01-25 17:14:41 *128.2] ERROR php_swoole_server_rshutdown() (ERRNO 503): Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in @swoole/library/core/Database/PDOStatementProxy.php on line 49
[2025-01-25 17:14:41 $7.0] WARNING Server::check_worker_exit_status(): worker(pid=128, id=2) abnormal exit, status=255, signal=0
Worker 3 started successfully
124.xx8.xx.xx is not a publicly accessible domain. Skipping SSL certificate generation.```
TL;DR
Increase the memory limit to resolve the fatal error in the functions file indicated, specifically `PDOStatementProxy.php` in the Swoole library core.This is in functions?
Looks like your server ran out of memory?
Recommended threads
- Domain is owned by a different organizat...
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." ...
- CreateRow is doing ListRows on self-host...
### 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...