Change8

astro@7.1.3

📦 astroView on GitHub →
🐛 1 fixes

Summary

This patch release addresses an issue with image optimization during `astro build` that could lead to excessive CPU and memory usage in containerized environments. Builds will now better respect CPU limits, preventing out-of-memory crashes.

🐛 Bug Fixes

  • Fixes image optimization during `astro build` using too many parallel processes in CPU-limited containers. Builds now respect the container's CPU limit, reducing peak memory usage and avoiding out-of-memory crashes.