make fiber bigger, build.sh

This commit is contained in:
lizzie 2026-04-30 15:50:44 +00:00
parent da814641b6
commit 0d93b3665b
3 changed files with 4 additions and 1 deletions

View file

@ -16,7 +16,7 @@
namespace Common {
#ifdef __OPENORBIS__
constexpr size_t DEFAULT_STACK_SIZE = 32 * 4096;
constexpr size_t DEFAULT_STACK_SIZE = 64 * 4096;
#else
constexpr size_t DEFAULT_STACK_SIZE = 512 * 4096;
#endif