CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2003
    Location
    Australia
    Posts
    58

    i think dotnet program is heavy weight.

    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.

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured