Appwrite 1.7.4 Self hosting on Netcup, I have root server with 4 cores, 8Gb RAM
I've uploaded 55Mb file to storage (11 chunks).
Whenever I try to download it (through console, curl or SDK's getFileDownload) I get only 20Mb or 30Mb downloaded after that download hangs.
I've checked logs with docker logs -f appwrite
and got this:
[2025-10-08 14:12:44 #1.0] WARNING Server::send_to_connection() (ERRNO 1009): connection#112 output buffer overflow
[2025-10-08 14:12:44 *31.19] WARNING ProcessFactory::finish() (ERRNO 1009): send failed, session=1 output buffer overflow
[2025-10-08 14:12:44 *31.19] WARNING ProcessFactory::finish() (ERRNO 1009): send failed, session=1 output buffer overflow
[2025-10-08 14:12:44 *31.19] WARNING ProcessFactory::finish() (ERRNO 1009): send failed, session=1 output buffer overflow
[2025-10-08 14:12:44 *31.19] WARNING ProcessFactory::finish() (ERRNO 1009): send failed, session=1 output buffer overflow
[2025-10-08 14:12:44 *31.19] WARNING ProcessFactory::finish() (ERRNO 1009): send failed, session=1 output buffer overflow
I thought this is related to not enough memory.
However, when I check memory usage during download with: docker stats appwrite
I see that my memory usage is 243.6MiB / 7.751GiB
and during download it becomes something like 260MiB / 7.751GiB
Is there any limit for memory usage when file is downloaded, that I can change? Or maybe it is not related to that at all?
Recommended threads
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...
- 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...