Skip to content

Commit

Permalink
Set WTF thread stack size to 512 KB in Bun
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Sep 26, 2024
1 parent 4a2db32 commit f09b503
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/WTF/wtf/Threading.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ static std::optional<size_t> stackSize(ThreadType threadType)
#else
return 4 * MB;
#endif
#elif USE(BUN_JSC_ADDITIONS)
return 512 * KB;
#else
UNUSED_PARAM(threadType);
#endif
Expand Down

0 comments on commit f09b503

Please sign in to comment.