Hi all,
I have a workflow that is being terminated due to insufficient memory. I checked the event viewer and found this error: "System.InsufficientMemoryException: Memory gates checking failed because the free memory (136564736 bytes) is less than 5% of total memory. " We're hovering around 95% usage, so when it fluctuates down the workflow runs fine, but when it hits 95% it automatically terminates. Longer term solution is to add memory, but is there anything I can do in the short term? I've looked at this thread: http://answers.laserfiche.com/questions/101062/Issue-with-Forms-calling-a-Workflow--Workflow-Web-Application-Directory which suggested this as an answer: http://stackoverflow.com/questions/2880383/strange-error-occurring-when-using-wcf-to-run-query-against-sql-server/11531518#11531518 but for some reason it isn't working for me. Any suggestions?
Thanks