Activity overview
Latest activity by RobCrockett
We were allocating a very large buffer for a file read. It was some test code that got left in the source.
I appreciate all the input.
Rob / comments
We were allocating a very large buffer for a file read. It was some test code that got left in the source.
I appreciate all the input.
Rob
How can I view uncollected memory?
I have a service that quickly jumps to 225M. When the GC runs it drops to about 13M and then quickly jumps in size again. When I take a snap shot it collects the garbage and so I cannot see where...