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

pdf2docx.Converter将某些特殊pdf转word时,某个子进程会卡住 #289

Open
starlxx opened this issue May 7, 2024 · 3 comments
Open
Labels
enhancement New feature or request

Comments

@starlxx
Copy link

starlxx commented May 7, 2024

1784766219303317505.pdf
这是一份ppt转成的pdf,里面每张都是图片+少量文本框,在一个有资源限制的pod中,连续多次调用pdf2docx.Converter将其转成word,会出现在mou某次转换时,卡在page 7,之后不再执行任何操作,且每次发生都是在page 7
image

@starlxx
Copy link
Author

starlxx commented May 7, 2024

有人遇到过这种情况吗

@starlxx
Copy link
Author

starlxx commented May 7, 2024

是不是多进程内存释放有问题,测试发现随着使用,内存是逐步增多的

@wyslsz
Copy link

wyslsz commented Jul 7, 2024

是不是多进程内存释放有问题,测试发现随着使用,内存是逐步增多的

是的,我也遇到这个问题了,多线程或多进程的时候时间越长内存占用越多,释放不掉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants
@wyslsz @starlxx and others