Skip to main content
Solved

Insufficient Memory - error 2

  • October 25, 2022
  • 2 replies
  • 42 views

I have reviewed the recommended Virtual Memory settings in this post. But, my server is hosted in Azure. It has 32GB of physical memory, 4 cores, and has a dedicated 149GB drive for the pagefile that is managed by Azure. Still getting this error when reading in 5M well records from Enverus data to our SQL Server Enterprise Geodatabase (SDE). The FME version is the lates - 2022.1.3. Just upgraded from 2020.2.2. 2020.2.2 did not have this issue.

 

 

To clarify - I have NOT made the suggested settings as Azure manages the pagefile and it is substantial.

Best answer by virtualcitymatt

You should check where fme is writing temp files. Could it be that the temp location is on a small disk which is getting full?

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

virtualcitymatt
Celebrity
Forum|alt.badge.img+47
  • Celebrity
  • 2000 replies
  • Best Answer
  • October 26, 2022

You should check where fme is writing temp files. Could it be that the temp location is on a small disk which is getting full?

 


  • Author
  • 1 reply
  • October 26, 2022

Thank you virtualcitymatt. That was it. I did have an FME_TEMP system variable set up and pointing to a drive. That drive was NOT big enough for the new activity. I increased the drive space and the workbench ran successfully.