Can I disable the maximum root file size?

There are many reasons why we set a max tree size. Just a few below
-It is more efficient to process 100 files of 2 Gbytes than a 200 Gbytes file when doing parallel processing (eg with PROOF)
-It is safer in case your job crashes (or hit you volume quota).
-tables in memory are much smaller

Rene