mherger wrote: 
> >> 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

It will be interesting to see if the duration of the nightly scan
changes with the addition of more RAM. Or, if other operations such as
the launch of random play or a search happen faster.


------------------------------------------------------------------------
jstraw's Profile: http://forums.slimdevices.com/member.php?userid=17008
View this thread: http://forums.slimdevices.com/showthread.php?t=101516

_______________________________________________
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to