Rank 4: Virtual Machine
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?
Votes
0
Replies
6
Participants
Unknown
Messages
7
Rank 4: Virtual Machine
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 😅
Rank 4: Virtual Machine
ok
Rank 4: Virtual Machine
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
Rank 4: Virtual Machine
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
Rank 4: Virtual Machine
Okay