Skip to content

[BUG] memory leak when recording #265

Closed
@upchui

Description

@upchui

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Memory leak when recording

Expected Behavior

No memory leak

Steps To Reproduce

Just record something

Environment

- OS:
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

- How docker service was installed:
sudo apt-get update
sudo apt-get install ca-certificates curl
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc
sudo chmod a+r /etc/apt/keyrings/docker.asc

# Add the repository to Apt sources:
echo \
  "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian \
  $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
  sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update

sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin

CPU architecture

x86-64

Docker creation

services:
  tvheadend:
    container_name: "tvheadend"
    environment:
      - "TZ=Europe/Berlin"
      - "PUID=99"
      - "PGID=100"
      - "UMASK=022"
    image: "lscr.io/linuxserver/tvheadend:latest"
    network_mode: "host"
    ports:
      - "9981:9981/tcp"
      - "9982:9982/tcp"
    restart: "always"
    volumes:
      - "./config:/config"
      - "/mnt/plex-dvr-temp:/recordings"

Container logs

you can't see anything about it in the logs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions