Memory microsoft visual studio 2015 -
when use diagnostics tool can see process memory going 25 mb, can extend , let mvs 2015 take more memory? having issues , though don't errors application stops (i use recurssion, sorry vs).
there no indication in question visual studio needs more memory.
if app uses recursion, might running out of stack space; condition, ironically, called "stack overflow" :) can specify (via linker option) require more stack space, default 1 mb. however, rather review algorithn, "fix" may put problem further away.
Comments
Post a Comment