Project

General

Profile

Bug #4730

Possible memory leak

Added by George Skillas almost 7 years ago. Updated almost 7 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
non-x86
Target version:
-
Start date:
2017-11-19
Due date:
% Done:

0%

Estimated time:
Found in version:
4.2.2
Affected Versions:

Description

Hello together

raspberry pi 2, osmc with tvheadend, tvheadend takes up 100% of one core, memory consumption increases steadily, eventually leadind to huge
wait states, kswapd activation and sluggish system performance. Using
@
  1. cat /etc/os-release
    PRETTY_NAME="Open Source Media Center"
    NAME="OSMC"
    VERSION="October 2017"
    VERSION_ID="2017.10-1"
    ID=osmc
    ID_LIKE=debian

ANSI_COLOR="1;31"
HOME_URL="http://www.osmc.tv"
SUPPORT_URL="http://www.osmc.tv"
BUG_REPORT_URL="http://www.osmc.tv"
@

@
  1. systemctl restart tvheadend; while `echo "1" > /dev/null`; do date; ps axu | grep tvheadend; sleep 20; done | tee log.memoryTVHeadEnd
    @

I extracted following data:

  600000 +-+-----+--------+-------+-------+-------+--------+-------+-----+-+
         +       +        +       +       +       +        +       +       +
         |                                                    AAAAAAAA     |
  500000 +-+                                     AAAAAAAAAAAAA           +-+
         |                           AAAAAAAAAAAAA                         |
         |                  AAAAAAAAAA                                     |
  400000 +-+          AAAAAA                                             +-+
         |      AAAAAA                                                     |
         |  AAAAA                                                          |
  300000 +AAA                                                            +-+
         A                                                                 |
         |                                                                 |
         |                                                                 |
  200000 +-+                                                             +-+
         |                                                                 |
         |                                                                 |
  100000 +-+                                                             +-+
         |                                                                 |
         +       +        +       +       +       +        +       +       +
       0 A-+-----+--------+-------+-------+-------+--------+-------+-----+-+
         0      500      1000    1500    2000    2500     3000    3500    4000

where line "A" represents memory usage over time in seconds. I stopped the
tvheadend service as the system became continuously more sluggish.

What can I do about this?

Best regards,

George


Files

samples.tar.bz2 (128 KB) samples.tar.bz2 George Skillas, 2017-11-29 22:01

History

#1

Updated by Mark Clarkstone almost 7 years ago

.. snip ..

Can you describe what the service was doing? Idling, recording, streaming etc..

#2

Updated by George Skillas almost 7 years ago

Mark Clarkstone wrote:

.. snip ..

Can you describe what the service was doing? Idling, recording, streaming etc..

it was idling.

#3

Updated by Jaroslav Kysela almost 7 years ago

Upgrade to 4.2.4 at first.

#4

Updated by George Skillas almost 7 years ago

Jaroslav Kysela wrote:

Upgrade to 4.2.4 at first.

Hello Jaroslav

I got 4.2.4 from github, compiled and started it, the behaviour is the same. Memory is consumed while idling.

Mon Nov 20 10:13:30 CET 2017
osmc     20882  3.4 37.0 325728 284036 ?       Rsl  10:09   0:07 /usr/bin/tvheadend -f -p /run/tvheadend.pid -C -u osmc -g video
root     20959  0.0  0.0   2508   736 pts/0    S+   10:13   0:00 grep tvheadend
.
.
.
Mon Nov 20 10:22:33 CET 2017
osmc     20882 70.9 49.9 424372 382668 ?       Rsl  10:09   9:00 /usr/bin/tvheadend -f -p /run/tvheadend.pid -C -u osmc -g video
root     21138  0.0  0.0   2508   732 pts/0    S+   10:22   0:00 grep tvheadend
.
.
.
Mon Nov 20 10:39:38 CET 2017
osmc     20882 87.0 59.4 496660 455156 ?       Rsl  10:09  25:55 /usr/bin/tvheadend -f -p /run/tvheadend.pid -C -u osmc -g video
root     21474  0.0  0.0   2508   736 pts/0    S+   10:39   0:00 grep tvheadend

I can make a plot at a later point, probably aftertommorow.

Best regards

George

#5

Updated by saen acro almost 7 years ago

Timeshift activated?

#6

Updated by George Skillas almost 7 years ago

saen acro wrote:

Timeshift activated?

Not that I know of. I have an observation though:

~/.hts/tvheadend/backup$ l
total 21468
drwx------  2 osmc video     4096 Nov 20 10:09 .
drwxr-xr-x 18 osmc video     4096 Nov 19 14:28 ..
-rw-r--r--  1 osmc video   987637 Aug 28  2016 4.0.7.tar.bz2
-rw-rw-rw-  1 osmc video 12687535 Nov 25 10:27 4.2.2.tar.bz2
-rw-rw-rw-  1 osmc video  8286836 Aug  2 22:31 unknown.tar.bz2
#7

Updated by George Skillas almost 7 years ago

and after a while it just fails with an oom and starts over in an endless loop as can be seen from the log below.
While it says that the web server is running, accessing it via

http://mykonos:9981/extjs.html?
does not work, the browser waits indefinitely for the server to respond.
System log:
Nov 25 19:30:13 mykonos kernel: [31941]     0 31941     2012      115       9       0        0             0 sudo
Nov 25 19:30:13 mykonos kernel: [31942]     0 31942     1972       96       8       0        0             0 su
Nov 25 19:30:13 mykonos kernel: [31943]     0 31943     1707      373       8       0        0             0 bash
Nov 25 19:30:13 mykonos kernel: [32108]  1000 32108   154160   132985     276       0        0             0 tvheadend
Nov 25 19:30:13 mykonos kernel: [32429]     0 32429     1707      359       7       0        0             0 bash
Nov 25 19:30:13 mykonos kernel: [32430]     0 32430     1707      361       7       0        0             0 bash
Nov 25 19:30:13 mykonos kernel: Out of memory: Kill process 32108 (tvheadend) score 696 or sacrifice child
Nov 25 19:30:13 mykonos kernel: Killed process 32108 (tvheadend) total-vm:616640kB, anon-rss:531804kB, file-rss:136kB, shmem-rss:0kB
Nov 25 19:30:13 mykonos systemd[1]: tvheadend.service: main process exited, code=killed, status=9/KILL
Nov 25 19:30:13 mykonos systemd[1]: Unit tvheadend.service entered failed state.
.
.
.
Nov 25 20:32:13 mykonos systemd[1]: tvheadend.service: main process exited, code=killed, status=9/KILL
Nov 25 20:32:13 mykonos systemd[1]: Unit tvheadend.service entered failed state.
Nov 25 20:32:18 mykonos systemd[1]: tvheadend.service holdoff time over, scheduling restart.
Nov 25 20:32:18 mykonos systemd[1]: Stopping TVHeadend Server...
Nov 25 20:32:18 mykonos systemd[1]: Starting TVHeadend Server...
Nov 25 20:32:28 mykonos systemd[1]: Started TVHeadend Server.
Nov 25 20:32:29 mykonos tvheadend[32741]: main: Log started
Nov 25 20:32:29 mykonos tvheadend[32741]: tcp: No systemd socket: creating a new one
Nov 25 20:32:29 mykonos tvheadend[32741]: http: Starting HTTP server 0.0.0.0:9981
Nov 25 20:32:29 mykonos tvheadend[32741]: tcp: No systemd socket: creating a new one
Nov 25 20:32:29 mykonos tvheadend[32741]: htsp: Starting HTSP server 0.0.0.0:9982
Nov 25 20:32:29 mykonos tvheadend[32741]: config: loaded
Nov 25 20:32:29 mykonos tvheadend[32741]: config: scanfile (re)initialization with path <none>
Nov 25 21:03:50 mykonos systemd[1]: Starting Cleanup of Temporary Directories...
Nov 25 21:03:50 mykonos systemd[1]: Started Cleanup of Temporary Directories.
Nov 25 21:18:58 mykonos kernel: kthreadd invoked oom-killer: gfp_mask=0x27000c0(GFP_KERNEL_ACCOUNT|__GFP_NOTRACK), nodemask=0, order=1, oom_score_adj=0
Nov 25 21:18:58 mykonos kernel: kthreadd cpuset=/ mems_allowed=0
Nov 25 21:18:58 mykonos kernel: CPU: 0 PID: 2 Comm: kthreadd Not tainted 4.9.29-10-osmc #1
Nov 25 21:18:58 mykonos kernel: Hardware name: BCM2835
Nov 25 21:18:58 mykonos kernel: [<80119464>] (unwind_backtrace) from [<80113e78>] (show_stack+0x20/0x24)
Nov 25 21:18:58 mykonos kernel: [<80113e78>] (show_stack) from [<80553e54>] (dump_stack+0xd4/0x118)
Nov 25 21:18:58 mykonos kernel: [<80553e54>] (dump_stack) from [<802e2de0>] (dump_header+0x9c/0x208)
Nov 25 21:18:58 mykonos kernel: [<802e2de0>] (dump_header) from [<80265830>] (oom_kill_process+0x2f4/0x5c4)
Nov 25 21:18:58 mykonos kernel: [<80265830>] (oom_kill_process) from [<80265e68>] (out_of_memory+0x124/0x4b8)
Nov 25 21:18:58 mykonos kernel: [<80265e68>] (out_of_memory) from [<8026daa8>] (__alloc_pages_nodemask+0x12a4/0x13b4)
Nov 25 21:18:58 mykonos kernel: [<8026daa8>] (__alloc_pages_nodemask) from [<801265ec>] (copy_process.part.5+0xec/0x19bc)
Nov 25 21:18:58 mykonos kernel: [<801265ec>] (copy_process.part.5) from [<8012804c>] (_do_fork+0xc8/0x440)
Nov 25 21:18:58 mykonos kernel: [<8012804c>] (_do_fork) from [<80128434>] (kernel_thread+0x40/0x48)
Nov 25 21:18:58 mykonos kernel: [<80128434>] (kernel_thread) from [<80152310>] (kthreadd+0x1cc/0x248)
Nov 25 21:18:58 mykonos kernel: [<80152310>] (kthreadd) from [<8010f6c8>] (ret_from_fork+0x14/0x2c)
Nov 25 21:18:58 mykonos kernel: Mem-Info:
Nov 25 21:18:58 mykonos kernel: active_anon:177855 inactive_anon:1105 isolated_anon:0
                                 active_file:849 inactive_file:894 isolated_file:0
                                 unevictable:0 dirty:166 writeback:7 unstable:0
                                 slab_reclaimable:1582 slab_unreclaimable:2917
                                 mapped:1204 shmem:1523 pagetables:711 bounce:0
                                 free:3759 free_pcp:0 free_cma:50
Nov 25 21:18:58 mykonos kernel: Node 0 active_anon:711420kB inactive_anon:4420kB active_file:3396kB inactive_file:3576kB unevictable:0kB isolated(anon):0kB isolated(file):0kB mapped:4816kB dirty:664kB writeback:28kB shmem:6092kB writeback_tmp:0kB unstable:0kB pages_scanned:10777 all_unreclaimable? yes
Nov 25 21:18:58 mykonos kernel: Normal free:15036kB min:12288kB low:15360kB high:18432kB active_anon:711420kB inactive_anon:4420kB active_file:3396kB inactive_file:3576kB unevictable:0kB writepending:692kB present:786432kB managed:765828kB mlocked:0kB slab_reclaimable:6328kB slab_unreclaimable:11668kB kernel_stack:1568kB pagetables:2844kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:200kB
Nov 25 21:18:58 mykonos kernel: lowmem_reserve[]: 0 0
Nov 25 21:18:58 mykonos kernel: Normal: 608*4kB (UMEHC) 200*8kB (UMEH) 131*16kB (UMEH) 71*32kB (UMEH) 44*64kB (UMEH) 22*128kB (UMEH) 4*256kB (MH) 0*512kB 0*1024kB 0*2048kB 0*4096kB = 15056kB
Nov 25 21:18:58 mykonos kernel: 3293 total pagecache pages
Nov 25 21:18:58 mykonos kernel: 0 pages in swap cache
Nov 25 21:18:58 mykonos kernel: Swap cache stats: add 0, delete 0, find 0/0
Nov 25 21:18:58 mykonos kernel: Free swap  = 0kB
Nov 25 21:18:58 mykonos kernel: Total swap = 0kB
Nov 25 21:18:58 mykonos kernel: 196608 pages RAM
Nov 25 21:18:58 mykonos kernel: 0 pages HighMem/MovableOnly
Nov 25 21:18:58 mykonos kernel: 5151 pages reserved
Nov 25 21:18:58 mykonos kernel: 2048 pages cma reserved
Nov 25 21:18:58 mykonos kernel: [ pid ]   uid  tgid total_vm      rss nr_ptes nr_pmds swapents oom_score_adj name
Nov 25 21:18:58 mykonos kernel: [  182]     0   182     2125      609       9       0        0             0 systemd-journal
Nov 25 21:18:58 mykonos kernel: [  211]     0   211     2762      141       8       0        0         -1000 systemd-udevd
Nov 25 21:18:58 mykonos kernel: [  301]     0   301      860       65       5       0        0             0 systemd-logind
Nov 25 21:18:58 mykonos kernel: [  303]   105   303      857      121       5       0        0             0 avahi-daemon
Nov 25 21:18:58 mykonos kernel: [  304]   104   304     1222      165       6       0        0          -900 dbus-daemon
Nov 25 21:18:58 mykonos kernel: [  305]     0   305      932       87       5       0        0             0 irqbalance
Nov 25 21:18:58 mykonos kernel: [  308]   105   308      857       63       5       0        0             0 avahi-daemon
Nov 25 21:18:58 mykonos kernel: [  309]     0   309     1648      117       6       0        0             0 connmand
Nov 25 21:18:58 mykonos kernel: [  311]     0   311      539       53       5       0        0             0 eventlircd
Nov 25 21:18:58 mykonos kernel: [  321]  1000   321     1399       72       7       0        0             0 udisks-glue
Nov 25 21:18:58 mykonos kernel: [  322]     0   322     1743      120       8       0        0         -1000 sshd
Nov 25 21:18:58 mykonos kernel: [  326]     0   326      843       80       5       0        0             0 mediacenter
Nov 25 21:18:58 mykonos kernel: [  353]     0   353     4109      137       8       0        0             0 udisks-daemon
Nov 25 21:18:58 mykonos kernel: [  369]     0   369     1769       82       7       0        0             0 udisks-daemon
Nov 25 21:18:58 mykonos kernel: [  373]     0   373     1452      114       7       0        0             0 sudo
Nov 25 21:18:58 mykonos kernel: [  374]  1000   374   194479    48415     226       0        0             0 kodi.bin
Nov 25 21:18:58 mykonos kernel: [  377]     0   377     8773      198      11       0        0             0 polkitd
Nov 25 21:18:58 mykonos kernel: [  380]     0   380     1025       78       6       0        0             0 rpcbind
Nov 25 21:18:58 mykonos kernel: [  385]     0   385     1423       92       7       0        0             0 wpa_supplicant
Nov 25 21:18:58 mykonos kernel: [  404]     0   404    19729      360      17       0        0             0 mediasrv
Nov 25 21:18:58 mykonos kernel: [  405]     0   405     1461       32       6       0        0             0 mediasrv
Nov 25 21:18:58 mykonos kernel: [  467]   106   467     1361      165       6       0        0             0 ntpd
Nov 25 21:18:58 mykonos kernel: [  835]     0   835     2760      191      11       0        0             0 sshd
Nov 25 21:18:58 mykonos kernel: [  838]  1000   838     1089       92       5       0        0             0 systemd
Nov 25 21:18:58 mykonos kernel: [  839]  1000   839     5881      296       9       0        0             0 (sd-pam)
Nov 25 21:18:58 mykonos kernel: [  841]  1000   841     2793      194       9       0        0             0 sshd
Nov 25 21:18:58 mykonos kernel: [  842]  1000   842     1739      154       6       0        0             0 bash
Nov 25 21:18:58 mykonos kernel: [31941]     0 31941     2012      115       9       0        0             0 sudo
Nov 25 21:18:58 mykonos kernel: [31942]     0 31942     1972       96       8       0        0             0 su
Nov 25 21:18:58 mykonos kernel: [31943]     0 31943     1707      123       8       0        0             0 bash
Nov 25 21:18:58 mykonos kernel: [32741]  1000 32741   147143   125776     262       0        0             0 tvheadend
Nov 25 21:18:58 mykonos kernel: Out of memory: Kill process 32741 (tvheadend) score 658 or sacrifice child
Nov 25 21:18:58 mykonos kernel: Killed process 32741 (tvheadend) total-vm:588572kB, anon-rss:503104kB, file-rss:0kB, shmem-rss:0kB
Nov 25 21:18:55 mykonos systemd[1]: tvheadend.service: main process exited, code=killed, status=9/KILL
Nov 25 21:18:55 mykonos systemd[1]: Unit tvheadend.service entered failed state.
Nov 25 21:19:00 mykonos systemd[1]: tvheadend.service holdoff time over, scheduling restart.
Nov 25 21:19:00 mykonos systemd[1]: Stopping TVHeadend Server...
Nov 25 21:19:00 mykonos systemd[1]: Starting TVHeadend Server...
Nov 25 21:19:13 mykonos systemd[1]: Started TVHeadend Server.
Nov 25 21:19:16 mykonos tvheadend[813]: main: Log started
Nov 25 21:19:16 mykonos tvheadend[813]: tcp: No systemd socket: creating a new one
Nov 25 21:19:16 mykonos tvheadend[813]: http: Starting HTTP server 0.0.0.0:9981
Nov 25 21:19:16 mykonos tvheadend[813]: tcp: No systemd socket: creating a new one
Nov 25 21:19:16 mykonos tvheadend[813]: htsp: Starting HTSP server 0.0.0.0:9982
Nov 25 21:19:16 mykonos tvheadend[813]: config: loaded
Nov 25 21:19:16 mykonos tvheadend[813]: config: scanfile (re)initialization with path <none>

all the while

> top
top - 21:59:24 up 7 days,  1:12,  1 user,  load average: 1.27, 1.28, 1.34
Tasks: 124 total,   2 running, 122 sleeping,   0 stopped,   0 zombie
%Cpu(s): 27.5 us,  0.8 sy,  1.0 ni, 70.7 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
KiB Mem:    765828 total,   737996 used,    27832 free,     8336 buffers
KiB Swap:        0 total,        0 used,        0 free.    43332 cached Mem

  PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM     TIME+ COMMAND                                                                                                                                                    
  813 osmc      20   0  569272 487232   3568 R  98.6 63.6  39:03.45 tvheadend                                                                                                                                                  
  374 osmc      20   0  702512 178980  19480 S  14.5 23.4   1054:42 kodi.bin                                                                                                                                                   
  404 root      20   0   78916   1440    920 S   1.3  0.2  68:50.27 mediasrv    
.
.
.

Regards,

George

#8

Updated by Mark Clarkstone almost 7 years ago

George Skillas wrote:

.. snip ..

What devices (tuners) are you using?

#9

Updated by George Skillas almost 7 years ago

Mark Clarkstone wrote:

George Skillas wrote:

.. snip ..

What devices (tuners) are you using?

# dmesg
.
.
.
[    2.660078] usb 1-1.2: new high-speed USB device number 4 using dwc_otg
[    2.792786] usb 1-1.2: New USB device found, idVendor=2659, idProduct=1405
[    2.792804] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.792813] usb 1-1.2: Product: SkyTV Ultimate IV
[    2.792821] usb 1-1.2: Manufacturer: Sundtek
[    2.792828] usb 1-1.2: SerialNumber: U141008161028
.
.
.

I did the following: Deleted the .hts folder, uninstalled and reinstalled tvheadend and the client.
At the moment it is scanning the muxes, using between 9 and 12 Mb of memory (stable for the last half hour).
So I am guessing that it has to do more with the configuration than the tuner

#10

Updated by Mark Clarkstone almost 7 years ago

George Skillas wrote:

Mark Clarkstone wrote:

George Skillas wrote:

.. snip ..

What devices (tuners) are you using?

[...]

I did the following: Deleted the .hts folder, uninstalled and reinstalled tvheadend and the client.
At the moment it is scanning the muxes, using between 9 and 12 Mb of memory (stable for the last half hour).
So I am guessing that it has to do more with the configuration than the tuner

Do you have a backup of your config to compare to your current one?

#11

Updated by George Skillas almost 7 years ago

Yes, I have one... What should I look for?

#12

Updated by George Skillas almost 7 years ago

Main difference seems to be:

~/.hts$ du -hd 1 tvheadend
856K    tvheadend/epggrab
8.0K    tvheadend/accesscontrol
912K    tvheadend/input
8.0K    tvheadend/service_mapper
8.0K    tvheadend/passwd
256K    tvheadend/bouquet
20K     tvheadend/profile
12K     tvheadend/dvr
196K    tvheadend/channel
2.3M    tvheadend
~/.hts$ du -hd 1 tvheadend.old/
956K    tvheadend.old/epggrab
20K     tvheadend.old/accesscontrol
145M    tvheadend.old/input
8.0K    tvheadend.old/imagecache
16K     tvheadend.old/dvbsatconf
8.0K    tvheadend.old/dvbadapters
56K     tvheadend.old/profile.old
136K    tvheadend.old/channels
8.0K    tvheadend.old/service_mapper
20K     tvheadend.old/passwd
324K    tvheadend.old/bouquet
824K    tvheadend.old/dvbmuxes
21M     tvheadend.old/backup
4.0K    tvheadend.old/profile
16K     tvheadend.old/dvr
388K    tvheadend.old/channel
16M     tvheadend.old/dvbtransports
184M    tvheadend.old/

~/.hts$ du -hd 1 tvheadend/input/dvb/networks
480K    tvheadend/input/dvb/networks/491bb585739c7766a6af630c87988423
392K    tvheadend/input/dvb/networks/9f33c49bb7a80cd745d589e07d9b92fe
876K    tvheadend/input/dvb/networks
~/.hts$ du -hd 1 tvheadend/input/dvb/networks/491bb585739c7766a6af630c87988423/muxes/*
4.0K    tvheadend/input/dvb/networks/491bb585739c7766a6af630c87988423/muxes/03e9bcc04757716450ae6a96d17c1faf
4.0K    tvheadend/input/dvb/networks/491bb585739c7766a6af630c87988423/muxes/0484ce2fae573b0b1d8d778f10031d37
4.0K    tvheadend/input/dvb/networks/491bb585739c7766a6af630c87988423/muxes/05a9aa1b9f64954393912a81bff185eb
4.0K    tvheadend/input/dvb/networks/491bb585739c7766a6af630c87988423/muxes/0a73de4684a7736dd5868fff606c3dd3
4.0K    tvheadend/input/dvb/networks/491bb585739c7766a6af630c87988423/muxes/0c06d85cd3ca774b26ab5a06c4738f2d
.
.
.
~/.hts$ du -hd 1 tvheadend.old/input/dvb/networks
812K    tvheadend.old/input/dvb/networks/841e19d94422c2d16220d9d9c845be0c
144M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa
145M    tvheadend.old/input/dvb/networks
~/.hts$ du -hd 1 tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/
144M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes
144M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/
~/.hts$ du -hd 1 tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/
5.2M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/609b6976778c8d121a43af5faaa8ae13
5.2M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/e693cae406c8efa394a49f4cb2e04e34
5.1M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/59c75e60d05cd9b22a3e94b2d692c8a5
5.1M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/0fada6df869a051d04b8ff4ab5c3153e
4.4M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/7ba4dc42a3cace6d558c72b742925357
5.3M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/950cc26778ac72ea42e98525d5257d85
4.1M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/aea50a690b450d98096ed6a6327c4ce9
3.4M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/4ba80d57af344ab0893e4449479c613b
4.4M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/dedfe943f11c285079cee413347aaabb
3.4M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/7a001d312bf2fa031b43f645d3b65306
3.6M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/f999c257230f1edb6656927afe60e0c6
4.7M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/e9a7b7e94f573f54c447217676443643
5.1M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/b031206487c26ac9ba2be105adf4a74d
3.9M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/2338e4bc7eb1bcf733c80fac21f94f52
4.4M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/87c83be5f9c002d55bb47c18ed402bc5
5.7M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/292e9587048c7349dd1b851d70824023
3.9M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/5feed453202c875a683c9595d2bbc7c7
5.4M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/ada6078cf89e9a8c3e2ee82e5a055c7d
3.4M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/e252a02164c0af5e1661fd66c2f52728
16K     tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/44d1273009e48c2b473e2f4d12338194
3.8M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/423a6b89add6794f2ffdd69e676ae2e2
4.3M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/31a1450897ae97eab4c0ada93226711d
5.1M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/407c7965ff9bc5e3cc287b1a01da2de6
2.9M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/46da564483a394e13d4e1af5f99a8b07
4.5M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/17c535a5ca8e70bb3aba7e4b71b1d96c
4.4M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/0aaafc51fc5442e15bf186ece4408319
5.4M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/1304196d7bda8541d048f650651e7c67
4.8M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/3a6c660a84fce0e267d3454df2f3b7ce
4.4M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/524981ebd8226b9f324a650b301c5fcd
4.4M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/215282de9ce413503b7048286a2dd173
5.4M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/92aea517df2b735da22600d378570af6
144M    tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/

so the files from the old config in the muxes directory take up 4-5 Mb while the new ones use 4-8 Kb.

#13

Updated by George Skillas almost 7 years ago

"so the files from the old config in the muxes directory take up 4-5 Mb while the new ones use 4-8 Kb." should read
"so the files from the old config in the muxes directory take up 4-5 Mb each while the new ones use 4-8 Kb each."

#14

Updated by Mark Clarkstone almost 7 years ago

George Skillas wrote:

"so the files from the old config in the muxes directory take up 4-5 Mb while the new ones use 4-8 Kb." should read
"so the files from the old config in the muxes directory take up 4-5 Mb each while the new ones use 4-8 Kb each."

I'll setup a RPi within the next few days using Raspbian Stretch & a couple of DVB-T tuners, see if I can reproduce this. If you don't hear anything, please bump the issue :).

#15

Updated by Jaroslav Kysela almost 7 years ago

Could you upload one file (for example tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/3a6c660a84fce0e267d3454df2f3b7ce) for analysis ?

#16

Updated by Mark Clarkstone almost 7 years ago

Jaroslav Kysela wrote:

Could you upload one file (for example tvheadend.old/input/dvb/networks/3ed5f2d689db7b24c82b6030d25a94fa/muxes/3a6c660a84fce0e267d3454df2f3b7ce) for analysis ?

Sorry, yes this is what I was getting at (a sample), I should've been clearer >.<. Thanks Jaroslav :).

#17

Updated by George Skillas almost 7 years ago

Sure, here you go. Included are two directories.

Also available in: Atom PDF