Skip to content

Commit e114bcc

Browse files
committed
test
1 parent 54a14af commit e114bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/iwasm/interpreter/wasm_loader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5741,7 +5741,7 @@ compile_jit_functions(WASMModule *module, char *error_buf,
57415741

57425742
if (os_thread_create(&module->orcjit_threads[i], orcjit_thread_callback,
57435743
(void *)&module->orcjit_thread_args[i],
5744-
APP_THREAD_STACK_SIZE_DEFAULT)
5744+
APP_THREAD_STACK_SIZE_DEFAULT * 2)
57455745
!= 0) {
57465746
set_error_buf(error_buf, error_buf_size,
57475747
"create orcjit compile thread failed");

0 commit comments

Comments
 (0)