This warning is obtained usually when there is a problem in the number of records getting loaed in the array. For this we need to get the correct balance between the record count and array size property.
The record count should be a multiple of the value for array size. For one of the projects we set the value of record count as 10000 and array size as 2000 and the warning was gone.
No comments:
Post a Comment