diff --git a/es2panda/aot/main.cpp b/es2panda/aot/main.cpp index e1ca0abdefd830b046c1e6d33fce0a5eae8a8346..c57962acb5e6aeba8134f88a827770fa029e2180 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 = 16384_MB; MemConfig::Initialize(0, 0, COMPILER_SIZE, 0); PoolManager::Initialize(PoolType::MMAP);