help! install stuck,all system is stuck, after run install script docker run -it --rm
\
--volume /var/run/docker.sock:/var/run/docker.sock
\
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw
\
--entrypoint="install"
\
appwrite/appwrite:1.2.1
it run on a pure debian 11
I'm feeling a little blue
how long has it been like this?
30 min. until more
maybe due to my memory limit, only 1g
but i succeed run on a 512m memory 1 year agao
yes i success on 2g memory now。
appwrite eate too much memory,i need a little version😆
Whether it will swell to require more memory later?
Can control it at 2 g memory?😆
@safwan
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...