Have a server process that is running some parrallel processing and its failing with some really bizarre cryptic errors.
The machine has more than enough ram (36gb) and plenty of temp drive space (100gb free). Any one have any thoughts on a way forward?
Running on 2019.2.1 build 19823
Best answer by hkingsbury
Looks like a problem lay with the configuration of the virtual machine FME Server was running on. Found some references to FME not liking dynamic memory allocation on the VM host, after changing the way the memory had been allocated things seem to be working as expected.
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.
Looks like a problem lay with the configuration of the virtual machine FME Server was running on. Found some references to FME not liking dynamic memory allocation on the VM host, after changing the way the memory had been allocated things seem to be working as expected.