Skip to content

Memory leak 1GB every 2-3 seconds #603

@steelbrain

Description

@steelbrain

Select which package(s) are affected

@livekit/rtc-node

Describe the bug

Create an index.js file, write this into it

setInterval(() => {
  console.log('hi')
}, 5000)

Run it like node --import @livekit/rtc-node index.js and watch the memory usage explode.

Reproduction

@livekit/rtc-node v0.13.23 (current latest). macOS.

LiveKit server version

LiveKit cloud

Severity

blocking all usage of LiveKit

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions