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