Skip to content

[BUG] GPU memory usage gradually increases ! #192

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

Open
wuyanzhang opened this issue Sep 9, 2024 · 2 comments
Open

[BUG] GPU memory usage gradually increases ! #192

wuyanzhang opened this issue Sep 9, 2024 · 2 comments
Assignees
Labels
bug Something isn't working as expected (software, install, documentation)

Comments

@wuyanzhang
Copy link

After each inference, the GPU memory will increase by a certain amount and will not be released.
v1
v2
v3

cvcuda-cu11:0.11.0b0

@wuyanzhang wuyanzhang added the bug Something isn't working as expected (software, install, documentation) label Sep 9, 2024
@milesp-nvidia
Copy link
Contributor

Thanks for this @wuyanzhang! Can you provide us more details about your use case and which processes you are running under this context. At the moment, I see this is executed within a conda python context but nothing more.

@milesp-nvidia milesp-nvidia self-assigned this Sep 17, 2024
@xzlhcx
Copy link

xzlhcx commented Feb 26, 2025

Thanks for this @wuyanzhang! Can you provide us more details about your use case and which processes you are running under this context. At the moment, I see this is executed within a conda python context but nothing more.

hi, I appreciate your works firstly. Some similar problem happened to me when I use cvcuda.customcrop.
When I use random w and h, the GPU memory is increasing.

Image

the GPU memory is increasing until like 2351MB (maybe more).

Image

when i use certain value like w=1920, h=1080

Image

the GPU memory stays low like 1000MB

Image

My cucuda version is 0.13.0
Would you please help me? Thank you a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected (software, install, documentation)
Projects
None yet
Development

No branches or pull requests

3 participants