Potential memory leak in PaddleOCR? #7967
Unanswered
nikos-livathinos
asked this question in
Q&A
Replies: 1 comment
-
Thanks for your feedback. Next, I will focus on analyzing the problem of memory leaks. And you can join the discussion in our slack group. https://join.slack.com/t/paddleocr/shared_invite/zt-1hp6bcg4x-YDQZhRMhENMUT7iMS7~EIA |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have noticed some weird memory usage when evaluating the performance of PaddleOCR:
Eventually it is impossible to keep running a PaddleOCR process as a service because the system runs out of memory and the process is killed.
Can you provide insights on this memory usage pattern? Do you have any remedy?
The following issue describes the tests in detail: #7823
Beta Was this translation helpful? Give feedback.
All reactions