Posted 7 June 2019, 5:22 am EST
We are using Spreads v12 with Angular 7 version,
- App has more than 25++ sheets (each sheet having 300++ rows and 60++ columns)
- There are formulas on cell level.
- There are some validations on valueChanged event
- There are some validations on copyPasting/copyPasted event
- we have decimal increase/decrease functionality on click of button
Issue 1:
When we copy data from excel and paste in our application, in some case suddenly memory increased up to 2GB+ that time browser crashes and shows out of memory message within 2-5 seconds .
Issue 2:
When we increase/decrease decimal click then that time we applied formatter to rows of every sheet that time also suddenly memory increased exponentially up to 2GB+ at that time also browser crashes and shows out of memory message within 2-5 seconds.
Looks like spread is going in infinite loop and keeps consuming memory till browser crashes.
OS: Windows 7, 8, 10
RAM : 4GB, 8GB
Browser :Chrome (latest version).
Regards,
Umesh
