Browse Source

Increase default trace size to 16

git-svn-id: trunk@39734 -
pierre 7 năm trước cách đây
mục cha
commit
70fae803ce
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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;