Cool! How large is your library.db?

1.62gb

Well yes, that's pretty large. The change I applied in 7.9.2 is typically for this case: previously in "max" memory configuration LMS would use tell SQLite to create temporary tables in RAM. The final step after the scan thus would build the full library table in RAM. Add to this other buffers etc. and the scanner would easily use multiple Gigabytes of memory for this (in addition what is being used by the server itself).

That recent change was to prevent this situation: it would temporarily disable that behaviour for the duration of the scanner's optimization step.

--

Michael
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to