Hello, I'm getting this in appwrite docker container logs.
I'm getting this when I try to delete a collection, or while creating an attribute.
I think i've seen this sometimes if the machine doesn't have enough memory
did you install appwrite using the install command? Did you tweak the compose file after?
I don't think I have touched redis configs. Probably because I'm using a Virtualbox VM?
what
you'll have to look at the logs for the appwrite-worker-databases container for this
so your compose file has this in redis config:
--maxmemory 512mb
--maxmemory-policy allkeys-lru
--maxmemory-samples 5
```?
Sorry Steven, seems like my VM ran out of HDD. So I think that was the problem
btw, my docker-compose file only has:
_APP_REDIS_HOST=redis
_APP_REDIS_PORT=6379
_APP_REDIS_USER=
_APP_REDIS_PASS=
As REDIS env variables
where can I find this?
wait what? That shouldn't be in your docker-compose.yml file...
in your docker-compose.yml file...
haha sorry, I was confused checking .env
God, im so tired.
Let me check again!
seems like I have those. I think my problem was HDD related
[SOLVED] Redis Error, lack of memory or disk space
Recommended threads
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...