Sun Oct 23, 2016 11:48 am by dominotes
Hello Dypsys,
I'm new with Serviio, so maybe I'm wrong :
The serviio app uses java; java caches all your thumbnails (according to the limit set in the serviio.sh script : see # Execute the JVM in the foreground
exec "$JAVA" -Xmx10G -Xms2G)
The more memory you have, the more serviio CAN use it.
This makes serviio faster if you recall an already visited page. Or if someone else uses one already visited page. No need to access the hard disk again !
So yes, consider this as an advantage.
In my case, I've seen serviio (java process) using up to 9 Gb, that is more than your 320 Mb !
You can reduce the max amount of memory serviio can use, just edit your file (I'm running linux, but you have something similar under WIndows)
But your serviio will not be as fast as it could.
Memory = fast
No memory = slower.
Developers could confirm.
Note : servioo does not only cache thumbnails, but titles, etc which use less memory compared to thumbnails.