Hi
I have following errors
- consumer: Cannot connect to redis://redis:6379/0: BusyLoadingError('Redis is loading
- Couldn’t apply scheduled task check-monitors: Redis is loading the dataset in memory
- BusyLoadingError /api/0/organizations/{organization_slug}/issues/
errorRedis is loading the dataset in memory
I have only extended root partition at my system.
Before that I stopped docker containers and after that I have restarted compose with
docker-compose down && docker-compose build && docker-compose up -d
However seems like this message is filling hdd memory and apparently I will lose free space that I have added.
Also with top command on my system I can see that redis-server process is consuming a lot of RAM memory, so I have only 150 MB out of 16GB.
Is there any reason why this is happening?
I did not touch any configs.
Thanks in advance.