reduce fiber sizes

This commit is contained in:
lizzie
2026-02-02 07:30:19 +00:00
parent bbb465297d
commit 0a7244c197
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
namespace Common {
#ifdef __OPENORBIS__
constexpr size_t DEFAULT_STACK_SIZE = 256 * 4096;
constexpr size_t DEFAULT_STACK_SIZE = 32 * 4096;
#else
constexpr size_t DEFAULT_STACK_SIZE = 512 * 4096;
#endif