iturner100

Results 3 comments of iturner100

I've just started using the Dataverse SDK in a .net8 project, and have run into this same issue with the 1.1.32 version of the package when calling `RetrieveMultipleAsync` The application...

Thanks @lukeswanton. I did experiment with setting `MaxBufferPoolSizeOverride` but that didn't appear to stop the heap size from ever-increasing, and that's with forcing a GC before fetching the next page...

@MateuszPeczek I ended up just using the default page size (5,000) and that seems to be working fine using ReceiveMultipleAsync and 1.1.17. I am only returning small numbers of columns...