Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B buck
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 201
    • Issues 201
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • buck
  • Issues
  • #1839
Closed
Open
Issue created Apr 09, 2018 by Administrator@rootContributor

ChromeTraceBuildListener leaking memory?

Created by: msridhar

We did a Buck build with many targets that starting running out of memory, and a heap dump showed ChromeTraceBuildListener holding on to more than 1.5GB of memory. Looking closer, it seemed that its outputExecutor had accumulated a huge number of tasks in its queue that were holding on to memory. Running the build with --config log.chrome_trace_generation=false fixed the issue. It seems there may be a leak here that should be fixed.

Assignee
Assign to
Time tracking