dheerajturaga opened a new pull request, #60671:
URL: https://github.com/apache/airflow/pull/60671

   Set default Node.js heap size to 4GB for UI builds and document system 
requirements. Users can override via NODE_OPTIONS environment variable.
   
   When running breeze start-airflow, the UI build process was failing with:
     - Error: FATAL ERROR: Reached heap limit Allocation failed - JavaScript 
heap out of memory
     - Root cause: Vite build process was running out of memory during the UI 
compilation
     - Default Node.js heap size: ~2GB (on 64-bit systems), which was 
insufficient
   
   ```
     <--- JS stacktrace --->
   
     FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of 
memory
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to