diff --git a/include/arch.h b/include/arch.h index eac7ed8..24f657a 100644 --- a/include/arch.h +++ b/include/arch.h @@ -13,7 +13,7 @@ #include #include -#define STACK_SIZE 64 * 1024 // 64 килобайт на стек +#define STACK_SIZE 8192 // 8 килобайт на стек typedef struct task { uint64_t rax, rbx, rcx, rdx;