2
0
Эх сурвалжийг харах

Increase default trace size to 16

git-svn-id: trunk@39734 -
pierre 6 жил өмнө
parent
commit
70fae803ce
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      rtl/inc/heaptrc.pp

+ 2 - 2
rtl/inc/heaptrc.pp

@@ -59,9 +59,9 @@ const
   { tracing level
     splitted in two if memory is released !! }
 {$ifdef EXTRA}
-  tracesize = 16;
+  tracesize = 32;
 {$else EXTRA}
-  tracesize = 8;
+  tracesize = 16;
 {$endif EXTRA}
   { install heaptrc memorymanager }
   useheaptrace : boolean=true;