|
-
Jun 4th, 2007, 08:30 PM
#1
Thread Starter
Hyperactive Member
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
-
Jun 4th, 2007, 09:50 PM
#2
Addicted Member
Re: memory usage
big images, are the main thing for huge memory usage... thats all I know of
-
Jun 4th, 2007, 10:11 PM
#3
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|