弹性构建机现支持防止构建过程中的内存溢出故障

来源: Vercel News

原文

Elastic build machines now monitor your build's memory usage and automatically adjust to prevent out-of-memory (OOM) failures:

  • If your build is fast but memory-intensive, we will no longer downgrade you to a smaller machine

  • If your build is close to running out of memory, we will automatically upgrade to a higher tier

  • If your build fails due to an out-of-memory error, the next deployment will automatically run on a higher tier

Thresholds are set conservatively to balance deployment reliability and cost. Vercel only considers your build's memory usage, not the memory used by Vercel's own build infrastructure.

Enable elastic builds in your team settings or project settings, or read the docs.

Read more