Skip to content

No resource specifications for neuron-device-plugin ds #103

Closed
@RobertLucian

Description

@RobertLucian

The current daemonset for k8s-neuron-device-plugin.yaml doesn't have any resource requests/limits. I take that setting requests/limits is a good strategy to prevent the container from hogging too many resources.

I'm thinking of something resembling this:

resources:
  requests:
    cpu: 200m
    memory: 500Mi
  limits:
    memory: 500Mi

What I'm asking is: do the resource requirements change depending on the number of Inferentia chips available? Or depending on other unknown factors?

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