Reduce default heap size for 32-bit systems.
authorChris Hanson <org/chris-hanson/cph>
Sun, 28 Oct 2018 23:08:29 +0000 (16:08 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sun, 28 Oct 2018 23:08:29 +0000 (16:08 -0700)
During build was getting sporadic "unable to mmap heap" errors.

src/microcode/option.c

index 96a2b1c9f4c6ec7e34aae15be649d8bac29984dc..576edf33a67c0c05e59a95245aa211fcaf469e29 100644 (file)
@@ -236,7 +236,7 @@ Additional options may be supported by the band (and described below).\n\
 #  if SIZEOF_UNSIGNED_LONG == 8
 #    define DEFAULT_HEAP_SIZE 16384
 #  else
-#    define DEFAULT_HEAP_SIZE 4096
+#    define DEFAULT_HEAP_SIZE 3072
 #  endif
 #endif