From 6954808fd9a58197825968eaaf42643ac8be7038 Mon Sep 17 00:00:00 2001 From: "zongmin.gu" Date: Wed, 13 Jan 2021 16:42:06 +0800 Subject: [PATCH] Enlarge the user_space_size as a temp solution to make the CI pass --- test/Occlum.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Occlum.json b/test/Occlum.json index d6a981f6..afd13a85 100644 --- a/test/Occlum.json +++ b/test/Occlum.json @@ -2,7 +2,7 @@ "resource_limits": { "kernel_space_heap_size": "40MB", "kernel_space_stack_size": "1MB", - "user_space_size": "224MB", + "user_space_size": "320MB", "max_num_of_threads": 32 }, "process": {