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