PascalCoin 4 年之前
父節點
當前提交
e6e184f5a8
共有 1 個文件被更改,包括 4 次插入1 次删除
  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