Click to See Complete Forum and Search --> : i think dotnet program is heavy weight.


aspdotnet
March 11th, 2003, 06:38 AM
dotnet program is so heavy weight....it's like a pig.

after i made a form and check its loading memory size..

its memory size was 10~15M.

and then i added some control of dotnet..

huk...

memory size is ....26M...

so i realized...

it was a pig...look like a window form.:D :D :D

pareshgh
March 11th, 2003, 11:42 AM
which is quite normal. in java also JVM takes the same memory or otherwise it does some extra paging...

.NET 1.1 has improved its memory model though and removed some bugs.. you can check out on MSDN