Thanks for Alvin and Kristofer's response.
Hi Rob,
Thank you for posting in the community!
First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need the GC to collect managed heap
when memory reaches a specified threshold. If there is any
misunderstanding, please feel free to let me know.
As far as I know, GC will automatically collect unreferenced memory blocks
when memeory reaches a certain limitation. However, we cannot set that
certain limitation value. Or just as Alvin said, we have to write code to
monitor memory and call GC.Collect when memory reaches that threshold.
Does this answer your question? If anything is unclear, please feel free to
reply to the post.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."