diff options
Diffstat (limited to 'thread_pthread.ci')
| -rw-r--r-- | thread_pthread.ci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thread_pthread.ci b/thread_pthread.ci index 6004d4aa3..9d5a7d3d7 100644 --- a/thread_pthread.ci +++ b/thread_pthread.ci @@ -280,7 +280,7 @@ native_thread_create(rb_thread_t *th) } else { pthread_attr_t attr; - size_t stack_size = 512 * 1024; /* 512KB */ + size_t stack_size = 1024 * 1024; /* 1024KB */ #ifdef PTHREAD_STACK_MIN if (stack_size < PTHREAD_STACK_MIN) { |
