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
- Appwriter Linux Key Bindings
Any tips for configuring appwriter for ubuntu? Actually the keybindings are tightly binded to either windows or mac. Working well on windows but in ubuntu some ...
- Admin Impersonating Clients?
I have a client that needs to use the admin User, to impersonate the Clients in order to debug better the App and the services that they are providing, could yo...
- create project api-rest
Hello good afternoon, I'm developing a project where I need to create a project by apirest, but I'm stuck with this "projects.read" permission, can I change my ...