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

Gpumanager is unable to control GPU threshold and GPU memory. #192

Open
yangcheng-dev opened this issue Jan 18, 2024 · 2 comments
Open

Gpumanager is unable to control GPU threshold and GPU memory. #192

yangcheng-dev opened this issue Jan 18, 2024 · 2 comments

Comments

@yangcheng-dev
Copy link

It seems that after deploying the gpumanager project, there is an issue with controlling GPU memory. I have set the pod quotas as follows, but the control over GPU memory and computing power does not take effect. What's even more peculiar is that if I wait for the same pod for over 60 minutes, the restrictions are likely to take effect. There are no obvious errors in the gpumanager logs.
resources:
limits:
tencent.com/vcuda-core: "50"
tencent.com/vcuda-memory: "32"
requests:
tencent.com/vcuda-core: "50"
tencent.com/vcuda-memory: "32"

@yangcheng-dev yangcheng-dev changed the title Gpumanager is unable to control computing power and GPU memory. Gpumanager is unable to control GPU threshold and GPU memory. Jan 18, 2024
@ferris-cx
Copy link

Has this problem already been solved?

@Mirai233
Copy link

Mirai233 commented Jul 8, 2024

It seems that after deploying the gpumanager project, there is an issue with controlling GPU memory. I have set the pod quotas as follows, but the control over GPU memory and computing power does not take effect. What's even more peculiar is that if I wait for the same pod for over 60 minutes, the restrictions are likely to take effect. There are no obvious errors in the gpumanager logs. resources: limits: tencent.com/vcuda-core: "50" tencent.com/vcuda-memory: "32" requests: tencent.com/vcuda-core: "50" tencent.com/vcuda-memory: "32"

Just remove the cuGetProcessAddress implement,it will cause this problem.

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

3 participants