Results 1 to 2 of 2

Thread: vb.net and memory efficiency?

  1. #1

    Thread Starter
    Frenzied Member Ultimasnake's Avatar
    Join Date
    Feb 2002
    Location
    Amsterdam, holland
    Posts
    1,172

    vb.net and memory efficiency?

    I am wondering why an application in VB.net (2 buttons and a internet browser controll) takes up 19,000 k of memory..

    while the same app in vb takes up only 8,000 kb

    is it something i missed or is vb.net that memory using
    For my PC and MS Smartphone 2003 software visit
    http://www.ultimasoftware.nl

  2. #2
    PowerPoster
    Join Date
    Jul 2002
    Location
    Dublin, Ireland
    Posts
    2,148
    VB.net doesn't clear down memory until it has to. This is a trade off between time taken to clear memory and memory saved...check your garbage collection settings (see GC in the help) for details.

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