Describe the bug
Jellyfin isn't working on anything at the moment, but uses almost 1GB of memory. Is this normal?
System (please complete the following information):
To Reproduce
Start the docker container and leave it running a few minutes. Memory usage will start to go up until ~1GB
Expected behavior
Less memory usage, ~500MB.
Screenshots

I'm new to programming but could this be because it never frees up memory? Or is this because it uses the .NET framework?
This is not a bug for me. Jellyfin runs with 1.1GB and 0.5 GB Cache in Docker. I have 16GB in total.
This is known, The way "caching" was done previously was just storing things in dictionary's, so inevitably given enough time the entire database would be stored in memory. I fixed this for 10.7.
Most helpful comment
This is known, The way "caching" was done previously was just storing things in dictionary's, so inevitably given enough time the entire database would be stored in memory. I fixed this for 10.7.