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
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...
- Rec'd a "phishing" email that apparently...
I received an email attempting to convince me that my password expired - and the link wanted to send me to an appwrite instance: (https://updating-projects-ads....
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...