igniteui-angular-samples icon indicating copy to clipboard operation
igniteui-angular-samples copied to clipboard

CodeSandbox Crashes with "JavaScript Heap Out of Memory" Error When Opening Angular Excel Library Samples

Open georgianastasov opened this issue 9 months ago • 1 comments

Description

Opening the Ignite UI for Angular Excel Library sample on CodeSandbox results in a heap out of memory error, causing CodeSandbox to become unresponsive.

🔗 Excel Library Documentation:
Ignite UI for Angular Excel Library

igniteui-angular version:

19.0.0

Browser:

Chrome / Edge / Firefox

Steps to Reproduce

  1. Open the Excel Library sample in CodeSandbox.

  2. Wait for it to initialize.

  3. The application crashes with the following error:

    FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory  
    
  4. CodeSandbox stops responding and becomes unreachable.

Result

  • CodeSandbox crashes due to memory exhaustion.
  • The sample does not load.
  • The error message appears.

Expected Result

  • The sample should open without memory issues.
  • The Excel Library example should function as expected.

Attachments

  • Error Logs:
    FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory  
    

georgianastasov avatar Jan 29 '25 10:01 georgianastasov