Ever since I installed appwrite locally, I noticed huge docker RAM consumption and appwrite and hello-world are the only available Docker images on my laptop, how to I stop the freezing?
This seems like a docker issue. How much RAM does your machine have? A fresh install of appwrite takes no more than 1.2 GB on docker. If you have a project with lots of data, and lots of operations happening, there is bound to be some ram usage 😅
ok
I noticed while trying to use the local installation of appwrite on docker, the cloud cli didn't want to give way after uninstalling and installing appwrite cli, the project kept interrupting
but I noticed it t consuming up to 2.2gb from startup @safwan
You can run docker stats to see docker's usage.
top or htop can show you usage for your whole unix server
Okay
Recommended threads
- I can't share code between functions
Operating System: MacOS Appwrite Version: self-hosted 1.8.1 Appwrite CLI Version: 13.2.1 I want to split code up to share it between my functions. At the momen...
- Project Limit Issue on Education Plan
Hello Appwrite Team! I have successfully activated the GitHub Student Developer Pack on my account, and my billing dashboard confirms I have Pro resources (2TB ...
- Golang for backend
hi coders! ,I am new to golang and backend as a whole, I found golang pretty easy to learn due to my previous knowledge in CPP and python, the syntax felt prett...