AmendHub

Download:

jcs

/

subtext

/

amendments

/

197

uthread: Bump stack size to 5K


jcs made amendment 197 about 1 year ago
--- uthread.c Wed Jun 1 17:42:52 2022 +++ uthread.c Sun Jul 10 21:35:22 2022 @@ -23,7 +23,7 @@ #include "uthread.h" #include "util.h" -#define STACK_SIZE (1024 * 4) +#define STACK_SIZE (1024 * 5) #define CANARY 0xdeadf00d #define NUM_UTHREADS 5