c# - Trying to work out why my app crashes with run out of memory exception -
i have desktop app. purpose connect 4 digital cameras , display onto form using vlc bindings. other purpose discern motion , upload server.
i throttle fps 10 frames per second. never goes beyond fps.
if run on pc quad core 8gb ram works ok.
if run on friends pc duo core 4gb ram can run days before memory exception causes app bomb out.
the timing of when crashes unpredictable. have error handlers everywhere (being paranoid :) ) error ever reported out of memory exception occur randomly. interpreted cause f exception somewhere else.
i using emgu c#.
i installed dotmemory - jetbrain , have taken random snapshots. nothing ever seems untowward. no memory spikes or objects not being disposed.
this screenshot of this:
now, 'green area' has dominated. steps should take now?
thanks anyone!
additional:
this starts. yet, code/functionality same...
Comments
Post a Comment