Skip to content

Add an option to disable GPU metric polling #65808

Description

@pawelbeza

Description

Description

Ray’s dashboard reporter periodically polls NVML for GPU metrics. In some
environments, these calls can contend with other GPU operations and contribute
to kernel lockups or panics.

Reducing the polling frequency only mitigates the problem. Deployments using
external GPU observability need a way to disable NVML polling completely.

Proposed solution

Add a default-enabled RayConfig option:

ray.init(
    _system_config={"enable_gpu_metrics_collection": False}

Use case

No response

Metadata

Metadata

Assignees

Labels

P1Issue that should be fixed within a few weekscommunity-backlogcoreIssues that should be addressed in Ray CoreenhancementRequest for new feature and/or capabilitystability

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions