X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=.rootrc;h=e09119d656c7d441214da5abd90c2f74ad735338;hp=90b0bd8b7c4fa932ece22158170eb74eade937f9;hb=71d22fe82fefed03bffc0cd46bfea6125ee1bc74;hpb=3fe2cc8b3572cffd632a5c5588c561680041706d diff --git a/.rootrc b/.rootrc index 90b0bd8b7c4..e09119d656c 100644 --- a/.rootrc +++ b/.rootrc @@ -2,14 +2,21 @@ # 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. -Unix.*.Root.DynamicPath: .:$(ROOTSYS)/lib:$(DYLD_LIBRARY_PATH) +Unix.*.Root.DynamicPath: .:$(ROOTSYS)/lib:$(LD_LIBRARY_PATH) Unix.*.Root.MacroPath: .:$(ROOTSYS)/macros:$(ALICE_ROOT)/macros WinNT.*.Root.DynamicPath: ./;$(ROOTSYS);$(ROOTSYS)/bin;$(PATH) WinNT.*.Root.MacroPath: ./;$(ROOTSYS)/macros +# Fix include path for aclic +ACLiC.IncludePaths: -I$(ALICE_ROOT)/include -I$(ALICE_ROOT) + # Path where to look for TrueType fonts #Unix.*.Root.UseTTFonts: true #Unix.*.Root.TTFontPath: $(ROOTSYS)/ttf/fonts @@ -28,9 +35,6 @@ Root.ObjectStat: 0 # When >4 X11 runs in synchronous mode. #Root.Debug: 0 -# Stack trace -Root.Stacktrace: 0 - # Default editor Unix.*.Editor: emacs WinNT.*.Editor: notepad