When processing a file of 4.3 MB with approx. 24000 lines (records) using an object-mapping (FILEIN -> ORACLESP) the memory usage is quite high (around 700 MB) and the processing takes about 15 minutes (even on an fast Oracle-testserver that is not doing much besides receiving the data XIB delivers)
When the map is running I can see the memory usage going up 1 MB per second
Why is XIB (2.1.1) using so much memory in a ORACLESP-mapping and why is it taking so long. (a simple DB dump with the sqlloader is much, much faster) ?
I already placed a //DISPOSE directive at the input-container, but this is not having any effect.
Also the proc.engine is not returning the memory to the system after completing the mapping; it’s only given back to the system after manually stopping the proc.engine. ![]()



