PascalCoin 4 years ago
parent
commit
e6e184f5a8
1 changed files with 4 additions and 1 deletions
  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