B
buu
It's strange to me, but, create a dictionary and fill it with 1 mil. of some
objects.
then, see the memory consumption (arised, of course).
then, clean the dictionary.... memory consumption is the same...
write MyDic=nothing
memory consumption is still the same
force GC to collect... memory consumption is little bit smaller
why?
how can I release memory prevously kept by dictionary?
objects.
then, see the memory consumption (arised, of course).
then, clean the dictionary.... memory consumption is the same...
write MyDic=nothing
memory consumption is still the same
force GC to collect... memory consumption is little bit smaller
why?
how can I release memory prevously kept by dictionary?