Ok, few more points on this subject. It might help you I guess
1> If you are loading the large xml via FS using getFile Svc load the file as stream data instead of bytes for better performance
2> You can pass the stream data directly to xmlStirng to Node service
3> Also you can do a performance test with movingWindow=false.
4> What is your JVM min and max memory maintained in prod environment. As I would recommend you to test with the same JVM memory on your dev/test environments.
I already tried it but of no use. Looks like the movingWindow is the key here, if thats not set then it accumulates all the previous nodes and is causing out of memory error.
I tried just one iterator with this flag set to true and it works fine with small memory footprint.
If I use nested iterators then it fails with memory heap space error. :-?
I think I some how managed to code it as per your requirement with moving window=true. Install the package and just run once and see the server.log file.
I think I some how managed to code it as per your requirement with moving window=true. Install the package and just run once and see the server.log file.
this one doesn’t quite meet the req. as the second iterator is independent of first one since u r passing main_node try passing next/node and see if it works.
LOL Lets keep trying, did you talk to support (not sure if they can help). And we can also try using the enhanced xml parsing if you are on version 9 (but we need to try if this works or not).
LOL Lets keep trying, did you talk to support (not sure if they can help). And we can also try using the enhanced xml parsing if you are on version 9 (but we need to try if this works or not).
LOL Lets keep trying, did you talk to support (not sure if they can help). And we can also try using the enhanced xml parsing if you are on version 9 (but we need to try if this works or not).
LOL Lets keep trying, did you talk to support (not sure if they can help). And we can also try using the enhanced xml parsing if you are on version 9 (but we need to try if this works or not).