cognidox / OfficeToPDF

A command line tool to convert Microsoft Office documents to PDFs
https://www.cognidox.com/
Other
610 stars 137 forks source link

Memory leak ? #8

Closed Pana closed 6 years ago

Pana commented 6 years ago

I have a service which write with golang, it will download file from http link, and then convert to pdf with officeToPdf, i have an issue that the memory will leak. With poolmon.exe i have trace to driver Fltmgr.sys. do any of you has accross this problem ?

Pana commented 6 years ago

windows server 2016 office 2016

Pana commented 6 years ago

I change the service to server 2012, it seems ok