Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Haiku: the maximum stack size is 16 MB
When one tries to create a thread with a requested stack size larger than 16 MB, the call will fail and the compiler will bail out. Therefore we should limit the size of the thread stack to 16 MB on Haiku.
- Loading branch information