diff options
author | Peter Mikkelsen <peter@pmikkelsen.com> | 2022-02-09 13:02:52 +0000 |
---|---|---|
committer | Peter Mikkelsen <peter@pmikkelsen.com> | 2022-02-09 13:02:52 +0000 |
commit | a8f66d313a4ec83622e1e0fce3206a65c12324a9 (patch) | |
tree | e2b2e91e03744e203459d3933e2bba80a833ef3c /concurrency.c | |
parent | 1a434632347f1c3a6cbf2031feb66c16b916ad92 (diff) |
Don't lie
Diffstat (limited to 'concurrency.c')
-rw-r--r-- | concurrency.c | 2 |
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 |