
Currently, I have VPS with 1core2Ghz and 2Gb of RAM. Sometimes it works well and sometimes it is awful, e.g. appwrite does not respond because of 100% CPU usage.
What is a recommended setup for Appwrite?
4core 2Ghz and 4GB of RAM will be enough at the start?

From the docs:
System requirements -
Appwrite is designed to run well on both small and large deployments.
The minimum requirements to run Appwrite are as little as 1 CPU core and 2GB of RAM, and an operating system that supports Docker.

Yeah, but, I am asking about the recommended setup. Not a minimum, because, for now, I can say that that minimum is not enough during building a cloud dart function.

4Core, 4Gigs should be indeed a good start.

I've seen performance bump with dart, takes time to build functions, for one. You could try spinning up a NodeJS function.
My findings - Dart => 20/25 seconds avg. NodeJS => 5 seconds avg.

It's something expected since in dart you're compiling the code

but executions/cold starts are faster with dart 😉
Recommended threads
- PKCE, Etsy, OIDC, External OAuth provide...
first, thanks for creating and maintaining this software. I'm almost glad i couldn't convince my (wise and wonderful) senior devs to try pocketbase on productio...
- Still an issue? On user deletion, target...
This has been mentioned here: https://discord.com/channels/564160730845151244/1295830646039515146 and as a Github issue here: https://github.com/appwrite/appwri...
- Appwrite database is rounding int values
Hi, i just noticed that appwrite is rounding the value 608542412536545279 to 608542412536545300 in my int array. It seems to somewhat relate to this github iss...
