Skip to content

Commit

Permalink
Regrow stack size for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed Jun 20, 2024
1 parent 0a09561 commit 3a60431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Platform/Linux/System/Dispatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class MutextGuard {

static_assert(Dispatcher::SIZEOF_PTHREAD_MUTEX_T == sizeof(pthread_mutex_t), "invalid pthread mutex size");

const size_t STACK_SIZE = 64 * 1024;
const size_t STACK_SIZE = 512 * 1024;

};

Expand Down

0 comments on commit 3a60431

Please sign in to comment.