#Overseerr extremely slow

4 messages · Page 1 of 1 (latest)

late dirge
#

For a while now, everything about overseerr is very slow, from loading the discover page through loading information about a show and even loading the settings page. It's installed as a docker container on a windows 10 pc and the command I use to install it is this:
docker run -d --name overseerr --dns=8.8.8.8 -e LOG_LEVEL=debug -e TZ=Europe/London -p 5055:5055 -v "overseerr-data:/app/config" --restart always sctx/overseerr:latest
and even with this DNS (which I changed from 1.1.1.1 that didn't do much), isn't helping much.

fringe locust
#

What do you have it installed on? SSD/HDD, whats the network like?

late dirge
#

docker is installed on my C drive and it's an SSD and I'm on Fiber broadband ~150 mbps download speed

late dirge
#

I think I figured out what was the problem, it was me. I limited the amount of RAM that vmmem.exe can have to 512MB, I did it when my pc had only 8GB of RAM, but since then I upgraded to 32GB and forgot to remove the limit. I checked now and it seems to move really fast, I'll monitor the situation as it goes.