R
Rob Perkins
Hi,
I'm trying to figure out if one of our products is trying to allocate
or reserve more than its 2 GB limit of addressable memory. It's a CFD
simulator, so it's not out of the question that that could happen.
I thought to use the System.Diagnostics.Process class to figure it
out, but I'm not sure which property or combination of properties will
help me tell if we're getting close.
Which property, if any, or which combination of properties will tell
me what I need to know?
Rob
I'm trying to figure out if one of our products is trying to allocate
or reserve more than its 2 GB limit of addressable memory. It's a CFD
simulator, so it's not out of the question that that could happen.
I thought to use the System.Diagnostics.Process class to figure it
out, but I'm not sure which property or combination of properties will
help me tell if we're getting close.
Which property, if any, or which combination of properties will tell
me what I need to know?
Rob