Skip to main content
June 11, 2021
Question

Expression evaluation error: Max compression size exceeded. Max size=200,000,000, actual size=203,374,000

  • June 11, 2021
  • 1 reply
  • 0 views

Hi all,

I have a requirment to add line item in an editable grid and fill data using dropdown component.on addition of 50th line item I am getting ( Expression evaluation error: Max compression size exceeded. Max size=200,000,000, actual size=203,374,063) error .

help understand what caused for this exception and any solution .

1 reply

stefanhelzle0001
Brainy
June 11, 2021

Seems like a memory limit. Managing a larger volume of data in an editable grid is no good idea. Think about solving this in a different way.