コミュニティ

Insufficient memory to continue the execution of the program

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.

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

2件のコメント

  • Avatar
    Permanently deleted user

    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.

    0
  • Avatar
    Permanently deleted user

    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.

    0

サインインしてコメントを残してください。