Community

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.

Was this article helpful?

0 out of 0 found this helpful

Comments

2 comments

  • 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

Please sign in to leave a comment.