Description
Trying to run a job with 11k input files and that yields about 25k splits results in OOM errors due to too many copies of the Configuration object being created when the CrunchInputSplit is initialised. I know that that's the result of CRUNCH-313, but perhaps a better way to deal with that problem should be found.