[mythtv-commits] Ticket #13517: Reducing memory usage by mythfilldatabase to 1/6 of original usage

MythTV noreply at mythtv.org
Sun Feb 16 01:18:50 UTC 2020


#13517: Reducing memory usage by mythfilldatabase to 1/6 of original usage
---------------------------------------+-------------------------------
 Reporter:  Hans Dingemans             |          Owner:  Peter Bennett
     Type:  Patch - Feature            |         Status:  assigned
 Priority:  minor                      |      Milestone:  needs_triage
Component:  MythTV - Mythfilldatabase  |        Version:  Master Head
 Severity:  medium                     |     Resolution:
 Keywords:                             |  Ticket locked:  0
---------------------------------------+-------------------------------

Comment (by Gary Buhrmaster):

 Delete the file half way, and see if any (any) part of the file is
 processed.  Randomly replace (in the file) a few "channel" tags with
 XXXXXX (just a few, and never in the same group), and a few "programme"
 with YYYYY so that the file is invalid XML.

 It is not at all clear you have run these types of tests.

 The stream processor explicitly states it requires well formed XML, and
 that it is an incremental processor.  If you don't have well formed XML it
 will (eventually) return an error, but possibly only after returning
 existing data that you have already processed.

-- 
Ticket URL: <https://code.mythtv.org/trac/ticket/13517#comment:7>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list