From 80cf9ef0691614e8968f38dfc044b95473965e0d Mon Sep 17 00:00:00 2001 From: zhangrengao Date: Mon, 9 Jan 2023 16:53:21 +0800 Subject: [PATCH] Compiler size 10G Signed-off-by: zhangrengao Change-Id: I24fb04e84e084870e3f2f6362b124268313365f0 --- es2panda/aot/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es2panda/aot/main.cpp b/es2panda/aot/main.cpp index e1ca0abdef..a3b1ade51c 100644 --- a/es2panda/aot/main.cpp +++ b/es2panda/aot/main.cpp @@ -32,7 +32,7 @@ class MemManager { public: explicit MemManager() { - constexpr auto COMPILER_SIZE = 2048_MB; + constexpr auto COMPILER_SIZE = 10240_MB; MemConfig::Initialize(0, 0, COMPILER_SIZE, 0); PoolManager::Initialize(PoolType::MMAP); -- Gitee