I have just updated some older workspaces that use dissolver transformes. Hoping for a performance boost, I upgraded all dissolvers to the current version (within FME 2019.1.3).
For some reason, this has lead to the workspaces crashing. The error message being displayed is "Insufficient memory available". I am trying to dissolve a dataset of ~8.000 features read from a shapefile which should yield ~100 features after dissolving. Looking at the windows task manager I can see the fme process using all my physical memory (16GB). The swap file generated by windows is about 16gb as well.
Before upgrading the transformers, this workspace used to run without any issues in FME 2018.X.
Since the features are ordered, I have also tried using group by mode "process when group changes" but the result ist the same.
Do you have any ideas on how to work around this?