On Mon, 28 Jul, Michael Herger wrote:

> The image proxy is not used for regular artwork of your files but for
> online sources (radio, music services) IF LMS is configured to use
> the local proxy. Or by some 3rd party plugins like my Music & Artist
> Information. 
>
> Your file seems huge to me. Are you using any such plugin?

Yes, I'm using "Musik- und Interpreten-Information (v0.8.3)" by you.
And the settings are as follows:

  [x] Beim Durchsuchen der Musiksammlung Bilder online suchen  
  [x] Fehlende Plattenhüllen aus Online-Quellen herunterladen und
      zwischenspeichern
  [x] Interpreten-Bilder aus Online-Quellen herunterladen und
      zwischenspeichern  

> How large is your library?

  596 Alben mit 13479 Titel von 1961 Interpreten.

> What is your server's specs?

  Quad Core i3 @ 2.93GHz
  16 GB RAM
  500 GB HDD

LMS is not exclusively running on that system, but anyway, it has never
before been "too weak" for LMS. And it is not for normal operation,
it's just that restarting the server makes you think twice because this
means 1h downtime of normal music service due to this behaviour.

> What you're seeing might be the cache file cleanup (getting rid of
> stale entries) and/or the auto-vacuum doing its thing. 

Wow, then I'd rather delete the file and let the "on demand cache"
filling up again.

Can I send you some stats? I'm somewhat fluent in SQL and know SQLite3,
so, if there's some query I can run to provide you with additional
statistics, let me know. In the meantime, I just tried this:

  sqlite> .schema
  CREATE TABLE cache (k INTEGER PRIMARY KEY, v BLOB, t INTEGER);
  CREATE INDEX expiry ON cache (t);
  sqlite> select count(*) from cache;
  351656

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

Reply via email to