Hello! I'm iterating through 58 file geodatabases and grabbing a feature class of a common name from each (though I'm only using 3 of the feature classes for testing right now). Then I'm trying to use the AreaOnAreaOverlayer transformer to effectively clip millions of features by state boundaries and give them a field with a value for which state they are in. There seems to be a bottleneck at the AreaOnAreaOverlayer transformer (see attached screenshot) that is on track to take hundreds of hours with just 5% of the data coming through.
FME 2021.0 is using ~20GB of memory and I'm getting the following message in my log:
ResourceManager: Optimizing Memory Usage. Please wait...
AreaOnAreaOverlayer (OverlayFactory): Searching for topologically significant nodes... 0.79% done
Does anyone know of a faster way to do this? Any help would be much appreciated!