Enlarge the user_space_size as a temp solution to make the CI pass

This commit is contained in:
zongmin.gu 2021-01-13 16:42:06 +08:00 committed by Zongmin.Gu
parent e304c9fa23
commit 6954808fd9

@ -2,7 +2,7 @@
"resource_limits": { "resource_limits": {
"kernel_space_heap_size": "40MB", "kernel_space_heap_size": "40MB",
"kernel_space_stack_size": "1MB", "kernel_space_stack_size": "1MB",
"user_space_size": "224MB", "user_space_size": "320MB",
"max_num_of_threads": 32 "max_num_of_threads": 32
}, },
"process": { "process": {