fix: stack size
This commit is contained in:
parent
b2391b669c
commit
9fd93710a1
@ -33,7 +33,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef STACK_SIZE
|
#ifndef STACK_SIZE
|
||||||
#define STACK_SIZE 128 * 1024
|
#define STACK_SIZE 1024
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Variables used to clean up everything at the end of the processus
|
// Variables used to clean up everything at the end of the processus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user