Hi,
With FME(R) 2022.2.4.0 (20230303 - Build 22792 - WIN64) I am trying to load 1730 DWG files with attributes. The feature reader reads all the files and generates more than 81 million elements. The next step would be to expose the attributes from the DWG files. When I try to Import the attribute list from feature cache I receive the following error:
An error occurred. Here is the information that FME was able to find on the error
bad allocation
Failed to open the dataset 'C:/Users/csernak/AppData/Local/Temp/wb-cache-readalldwg-cKcBRr/Main_FeatureReader -1 3 fo 1 _lt_OTHER_gt_ 0 4cd4d7e49164af1f4967e8da9131f3594634062d.ffs'
DATASET INFO:
DATASET: C:/Users/csernak/AppData/Local/Temp/wb-cache-readalldwg-cKcBRr/Main_FeatureReader -1 3 fo 1 _lt_OTHER_gt_ 0 4cd4d7e49164af1f4967e8da9131f3594634062d.ffs
NUMBER OF PARAMETERS: 0
The files are there, the disk is half empty, the memory usage is just 400 MBs.
With a single file it just works fine.
Is there anykind of limitation around that?