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
- Framework categorization for Sites
Hello, I want to deploy my web app via Appwrite SItes. My web app is vite+reactjs. In the Appwrite docs, it creates a vite+react app, and chooses React from the...
- How to use Appwrite MCP on Claude Deskto...
Hello I'd like to use the Appwrite MCP with Claude Desktop and have set up the connector, but asking questions about my Appwrite instance does not work. Any ide...
- Impossible to create project via CLI?
Is it possible to create a new project via the appwrite CLI ? I need to create a few projects for something I'm working on and because i don't want to do it man...