Skip to content
Snippets Groups Projects
Commit 12ac2059 authored by Eric Pooser's avatar Eric Pooser Committed by Stephen A. Wood
Browse files

Increase max root file size to 100GB.

So files don't split.
Seems to be working, hcana has not crashed yet with file sizes
upto 2.6 GB.
parent 36c76b27
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,9 @@ This class is copy of THaInterface with the addition of of the global
// putting it to 1.5 GB, down from the default 1.9 GB since something odd
// happens for larger files
//FIXME: investigate
TTree::SetMaxTreeSize(1500000000);
//TTree::SetMaxTreeSize(1500000000);
// Jure update: 100 GB
TTree::SetMaxTreeSize(100000000000LL);
// Make the Podd header directory(s) available so scripts don't have to
// specify an explicit path.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment