X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=.rootrc;h=e09119d656c7d441214da5abd90c2f74ad735338;hp=ebdb7be4a80b0b7835479d3593ecf229f8c3dce4;hb=dd03b6846590e718f42df2c53cf2bfd1b401ffdc;hpb=9369db72b6fab3d3140a8c4ac3f4649f4e3456ac diff --git a/.rootrc b/.rootrc index ebdb7be4a80..e09119d656c 100644 --- a/.rootrc +++ b/.rootrc @@ -2,6 +2,10 @@ # ROOT Environment settings are handled via the class TEnv. To see # which values are active do: gEnv->Print(). +# Temporary change to avoid thrashing +XNet.ReadCacheSize: 40000000 +XNet.ReadAheadSize: 1000000 + # Path used by dynamic loader to find shared libraries and macros # Paths are different for Unix and Windows. The example shows the defaults # for all ROOT applications for either Unix or Windows. @@ -11,7 +15,7 @@ WinNT.*.Root.DynamicPath: ./;$(ROOTSYS);$(ROOTSYS)/bin;$(PATH) WinNT.*.Root.MacroPath: ./;$(ROOTSYS)/macros # Fix include path for aclic -ACLiC.IncludePaths: -I$(ALICE_ROOT)/include:$(ALICE_ROOT) +ACLiC.IncludePaths: -I$(ALICE_ROOT)/include -I$(ALICE_ROOT) # Path where to look for TrueType fonts #Unix.*.Root.UseTTFonts: true