Skip to main content
Question

Is there a limit on the amount of memory/RAM FME 2016 32Bit can utilise on a machine?

  • October 20, 2016
  • 3 replies
  • 21 views

Hi All,

I'm currently running several memory hungry models using FME 2016 32Bit (as I'm using ESRI software therefore 64bit is unsuitable), but I keep getting the 'Translation Failed' due to memory issues. Just to clarify, I only run one at a time and have had to break them down in order for them to complete. I've attached an image of the memory available on my machine and am unable to find a reason as to why it's failing. I've been monitoring the memory usage throughout and at most the models are utilising 10-20% of the available memory. Is there a cap on what FME can utilise?

Any recommendations greatly appreciated.

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.

3 replies

rylanatsafe
Safer
Forum|alt.badge.img+14
  • Safer
  • October 20, 2016

Please refer to this question posted by another member of the FME Community: https://knowledge.safe.com/questions/2319/fme-32-bit-vs-64-bit.html

 

 

32-bit FME will only be able to access ~4GB of memory on a 64-bit OS. This is a limitation of 32-bit applications.

 

 

You might need to split the workspaces into different components, or reduce feature input, so that FME doesn't hit this cap during translation.

david_r
Celebrity
  • October 21, 2016

I'll add that if you're running reasonably recent versions of FME and ArcGIS, there's a decent chance that you could make it work with the 64-bit versions.

For more details: https://knowledge.safe.com/articles/1517/notes-on-fme-and-esri-versions-and-compatibility.html


  • Author
  • October 21, 2016

Thanks everyone. I'm writing out to ArcSDE therefore only using the 32bit version. I may try the 64 bit but write out to a fileGDB instead and then move the final data across.