PascalCoin 4 năm trước cách đây
mục cha
commit
e6e184f5a8
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      src/config.inc

+ 4 - 1
src/config.inc

@@ -69,7 +69,10 @@
 
   // Activate GNUGETTEXT library
   {$DEFINE USE_GNUGETTEXT}
-
+  
+  // Activate usage of TPCTemporalFileStream instead of TBytes in order to minimize mem usage
+  // This also fixes issue #207 High memory usage on FreePascal compiler
+  {$DEFINE USE_BIGBLOCKS_MEM_ON_DISK}
 
 { ********************************************************************
   Don't touch more code, it will addapt based on your preferences