summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--concurrency.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/concurrency.c b/concurrency.c
index c393884..d04876d 100644
--- a/concurrency.c
+++ b/concurrency.c
@@ -4,7 +4,7 @@
#include <bio.h>
#include "apl9.h"
-#define STACKSIZE (8*1024*1024) /* 64 MB */
+#define STACKSIZE (8*1024*1024) /* 8 MB */
typedef struct SpawnData SpawnData;
struct SpawnData