Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SkyM31 opened this issue Apr 30, 2024 · 0 comments
Open

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

SkyM31 opened this issue Apr 30, 2024 · 0 comments

Comments

@SkyM31
Copy link

SkyM31 commented Apr 30, 2024

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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant