Whats the best value for setting .Request state size of 178 objects exceeds the threshold of 100 objects. Request details: type RequestHandlingUtilImp. ?

1
  Hi , I got so many warning from node “RequestStatistics” as picture, My question How to set “com.mendix.webui.StateSizeWarningThreshold” and value on k8s (syntax to config) , I can set on studio pro . What is the vaule to config it ? How to caculate?   Thanks, Siomboon
asked
1 answers
0

The threshold can be set here: https://docs.mendix.com/refguide/custom-settings/#9-web-client-settings 

More info here: https://forum.mendix.com/link/questions/87588 

I am not sure what a correct value would be, personally i avoid changing the defaults here. Normally i only pass this theshold when i accidentally handle too much data at the same time. After changing my logic to be more effient, the threshold is no longer an issue.

I hope this helps

answered