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
- after using the coding agents its code b...
can anybody suggest me an ai tool that i can use to create the system desgins without the suggestion things because it at last create a mess
- 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...
- User Filter/Sorting/Analytics
Currently the dashboard for users is very limited. I would like to have an option to sort by column and also to filter by column, to for example find users that...