Hello,
When the application has been processing documents for several hours we get the following error:
Insufficient memory to continue the execution of the program.
After each document we do the next:
if (FRDocument != null) { FRDocument.Close(); FRDocument = null; } Engine = null; if (EngineLoader != null) { EngineLoader.ExplicitlyUnload(); }
How can We free this memory?
Thank you.
コメント
2件のコメント
Dear Javier,
The answer to your question depends on what is written in your FineReader Engine log. Please start logging right after you load Engine, reproduce the issue and send us the log file.
Hello Nadezhda,
I just resolve this error.
I make a Engine Pool and I've managed to delete the FREngine.exe process. I´ve used a example that I've founded in ABBYY installer.
Thank you.
サインインしてコメントを残してください。