ExecutionResult timeout (Killed) for large output.xml input

Thanks for the ideas of how to solve this.

After testing different ways of reprocessing using rebot, I found that it is not an timing it’s a size issue:

rebot --output small.xml --removekeywords ALL output.xml
Killed

rebot --flattenkeywords ITERATION --output small.xml output.xml
Resulted in successful processing and an 9MB small.xml file from an input of 8.5GB!

I also notice that we had output.xml files up to 2GB that has been successfully processed to that seems to be the limit.

I don’t have direct control of how the output.xml is created so, my way forward here is that I’ll check if my input output.xml file is larger the 2GB. In that case I’ll pre-process it with “rebot --flattenkeywords ITERATION --output small.xml output.xml”.
Now I can process it with result = ExecutionResult(output_file)

Thanks
/Magnus

3 Likes