Skip to content

Massive Memory Leak on startup #73

@bnwlf

Description

@bnwlf

Hi there!
I've tried to run asterisk with the provided docker-compose template:

services:
  asterisk:
    image: andrius/asterisk:stable
    ports:
      - "5060:5060/udp"
      - "10000-20000:10000-20000/udp"
    volumes:
      - ./config:/etc/asterisk
      - ./asterisk-data:/var/lib/asterisk
    restart: no

For some reason the container starts filling the 8GB memory of the pi5 nearly instant. This leads to whole system crashes due to fully allocated memory. Does anybody have an idea how to fix that? I have tried it with the latest and stable tags.

Cheers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions