Skip to content

How to limit the number of CPU cores used by fil backend? #385

@SkyM31

Description

@SkyM31

I deployed multiple models on the Triton server(docker), BERT models are using GPU, and XGBoost models are using CPU. Now I want to limit the number of CPU cores used by fil backend to avoid affecting other services. So what should I do?

  1. Edit model configuration in config.pbtxt? The Rate Limiter does not seem to accurately limit the number of CPU cores used.
  2. Use tritonserver --backend-config=fil,xxx:xxx? It seems that only onnx backend and tensorrt backend provides command-line configuration, I didn't find similar information in document of fil backend.
  3. limit the cpus when docker run? If the XGBoost model runs under high load, will it affect the overall performance of the tritonserver?

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