mirror of
				https://github.com/bytecodealliance/wasm-micro-runtime.git
				synced 2025-10-31 13:17:31 +00:00 
			
		
		
		
	Increase default app thread stack size (#3010)
This commit is contained in:
		
							parent
							
								
									892a94fd05
								
							
						
					
					
						commit
						54bc9f2053
					
				|  | @ -397,7 +397,7 @@ | |||
| #define APP_THREAD_STACK_SIZE_DEFAULT (64 * 1024) | ||||
| #define APP_THREAD_STACK_SIZE_MIN (48 * 1024) | ||||
| #else | ||||
| #define APP_THREAD_STACK_SIZE_DEFAULT (64 * 1024) | ||||
| #define APP_THREAD_STACK_SIZE_DEFAULT (128 * 1024) | ||||
| #define APP_THREAD_STACK_SIZE_MIN (24 * 1024) | ||||
| #endif | ||||
| #endif /* end of !(defined(APP_THREAD_STACK_SIZE_DEFAULT) \ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Enrico Loparco
						Enrico Loparco