Results 1 to 3 of 3

Thread: memory usage

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Location
    /root/usr/local/bin
    Posts
    476

    memory usage

    i would like to ask, how could my program lessen the memory usage?
    when i check it on the task manager's procesess its too high

    tnx

  2. #2
    Addicted Member
    Join Date
    May 2007
    Location
    Australia
    Posts
    237

    Re: memory usage

    big images, are the main thing for huge memory usage... thats all I know of

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: memory usage

    .NET apps don't actually use as much memory as the Task Manager implies. Don't retain references to objects you're no longer using is basically the only way to reduce memory usage. If you've written your app properly then you are only using as much memory as you need. There is information on MSDN about resource management if you want to get into the nitty gritty.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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