-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
runtime memory leak #352
Comments
Is there any solution to fix it? |
I tried some environment variables but none of them worked. Maybe need to recompile libtorch without mkl |
Has the problem benn solved? @Mddct |
@lvzhiqiang |
Try LRU_CACHE_CAPACITY=1 |
|
Will hold this PR for anyone else who has encountered and interested in the same question. |
Please note that memory leak has been fixed by jemalloc in PR #1011 |
libtorch model cause memory growth for courrent call.
The text was updated successfully, but these errors were encountered: