Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Memory increase while recording #237

Closed
1 task done
M0dj0 opened this issue Jul 11, 2023 · 4 comments
Closed
1 task done

[BUG] Memory increase while recording #237

M0dj0 opened this issue Jul 11, 2023 · 4 comments

Comments

@M0dj0
Copy link

M0dj0 commented Jul 11, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Hi,

when I am recording a program the memory is increasing until there is no more left. This is the same behavior like in 70 and in 71.

Expected Behavior

No response

Steps To Reproduce

  1. Start a recording via NFS share
  2. See memory increase until OOM

Environment

- Raspberry Pi 4 8 GB
- OS: Raspian Bullseye
- Docker 24.0.3
- TVHeadend docker image: 14298acb-ls174 (latest)
- NFS mount to a local nas for recordings

CPU architecture

x86-64

Docker creation

services:
  tvheadend:
    image: lscr.io/linuxserver/tvheadend
    container_name: tvheadend
    network_mode: host
    hostname: tvheadend
    restart: always
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Berlin
    volumes:
      - disk1:/config
      - /mnt/Recordings:/recordings

Container logs

2023-07-11 17:00:00.027 [   INFO] subscription: 0092: "DVR: Ulrich Wetzel - Das Strafgericht" unsubscribing from "RTL HD", username=""
2023-07-11 17:00:00.030 [   INFO] dvr: "Ulrich Wetzel - Das Strafgericht" on "RTL HD": End of program: Completed OK
2023-07-11 17:00:22.033 [   INFO] dvr: delete entry 6077df748ba1e2b2e7c344e50499a42d "Ulrich Wetzel - Das Strafgericht" on "RTL HD" start time 2023-07-11 15:59:30, scheduled for recording by "192.168.178.2", retention "On file removal" removal "Forever"
2023-07-11 17:00:36.086 [   INFO] dvr: entry 3833e85c944f3ec42d613a6641b7da14 "Ulrich Wetzel - Das Jugendgericht" on "RTL HD" starting at 2023-07-11 16:59:30, with broadcast id "<noid>", scheduled for recording by "192.168.178.2"
2023-07-11 17:00:36.086 [   INFO] dvr: "Ulrich Wetzel - Das Jugendgericht" on "RTL HD" recorder starting
2023-07-11 17:00:36.087 [   INFO] mpegts: 346MHz in Vodafone - tuning on SAT>IP DVB-C Tuner #1 (192.168.178.1@UDP)
2023-07-11 17:00:36.087 [   INFO] capmt: Line: Starting CAPMT server for service "RTL HD" on adapter 0
2023-07-11 17:00:36.087 [   INFO] subscription: 0093: "DVR: Ulrich Wetzel - Das Jugendgericht" subscribing on channel "RTL HD", weight: 500, adapter: "SAT>IP DVB-C Tuner #1 (192.168.178.1@UDP)", network: "Vodafone", mux: "346MHz", provider: "Digital Free", service: "RTL HD", profile="pass", username=""
2023-07-11 17:00:36.854 [   INFO] dvr: /recordings/TVH/Record/Ulrich Wetzel - Das Jugendgericht.ts from adapter: "SAT>IP DVB-C Tuner #1 (192.168.178.1@UDP)", network: "Vodafone", mux: "346MHz", provider: "Digital Free", service: "RTL HD"
2023-07-11 17:00:36.854 [   INFO] dvr:  #  type              lang  resolution  aspect ratio  sample rate  channels
2023-07-11 17:00:36.854 [   INFO] dvr:  1  TELETEXT                                                                 
2023-07-11 17:00:36.854 [   INFO] dvr:  2  DVBSUB            ger                                                    
2023-07-11 17:00:36.854 [   INFO] dvr:  3  H264                    1920x1080   ?                                    
2023-07-11 17:00:36.855 [   INFO] dvr:  4  AC3               ger                             96000        ?         
2023-07-11 17:00:36.855 [   INFO] dvr:  5  CA                                                                       
2023-07-11 17:00:36.855 [   INFO] dvr:  6  CA                                                                       
2023-07-11 17:00:36.855 [   INFO] dvr:  7  CA                                                                       
2023-07-11 17:00:36.855 [   INFO] dvr:  8  CA                                                                       
2023-07-11 17:00:36.855 [   INFO] dvr:  9  CA
@github-actions
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@aptalca
Copy link
Member

aptalca commented Jul 11, 2023

That sounds like a tvh issue rather than a container issue and should be reported to them.

@M0dj0 M0dj0 changed the title [BUG] Memory incease while recording [BUG] Memory increase while recording Jul 11, 2023
@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

@LinuxServer-CI LinuxServer-CI closed this as not planned Won't fix, can't repro, duplicate, stale Oct 10, 2023
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Oct 10, 2023
Copy link

github-actions bot commented Nov 9, 2023

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

3 participants