After upgrading our application to Mendix 7 we get various warning messages in our run-time log, which we are unable to solve. Any help on these?
For example:
Level: Warning
LogNode: RequestStatistics
Message: Request state size of 1204 objects exceeds the threshold of 100 objects. Request details: type 'executeaction' in session 'fed9617b-1b0b-4ca7-8782-be41b2b99397'. State consists of:
* ST_ModuleA.EntityA: 2 objects
* ST_ModuleB.EntityB: 1200 objects
* ST_ModuleC.EntityC: 2 objects
The microflow did run succesfully. Why would such an error be generated and how to solve it?