diff --git a/es2panda/aot/main.cpp b/es2panda/aot/main.cpp index e1ca0abdefd830b046c1e6d33fce0a5eae8a8346..a3b1ade51c3712af26044ff947ff7331253d13a6 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);