Skip to content

Commit

Permalink
Change default stack size to 512kb
Browse files Browse the repository at this point in the history
  • Loading branch information
NianJi committed Apr 26, 2019
1 parent 80d1aa9 commit ef8671a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocore/coroutine.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define COROUTINE_SUSPEND 3


#define STACK_SIZE (64*1024)
#define STACK_SIZE (512*1024)
#define DEFAULT_COROUTINE_COUNT 64

#pragma clang diagnostic push
Expand Down

0 comments on commit ef8671a

Please sign in to comment.