Boost default stack size -- I'm tired of blowing out the stack.
authorChris Hanson <org/chris-hanson/cph>
Mon, 20 Mar 2017 00:52:38 +0000 (17:52 -0700)
committerChris Hanson <org/chris-hanson/cph>
Mon, 20 Mar 2017 00:52:38 +0000 (17:52 -0700)
src/microcode/option.c

index 88a96810f48332ab490a465ae7a16852028a9031..8c82aa9723932aa4e7acdcd881aaef01df92ebb6 100644 (file)
@@ -253,7 +253,7 @@ Additional options may be supported by the band (and described below).\n\
 #endif
 
 #ifndef DEFAULT_STACK_SIZE
-#  define DEFAULT_STACK_SIZE 128
+#  define DEFAULT_STACK_SIZE 1024
 #endif
 
 #ifndef STACK_SIZE_VARIABLE