Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Distributed Applications / April 2004

Tip: Looking for answers? Try searching our database.

Memory Issues

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Nancy - 29 Apr 2004 19:06 GMT
Is there existing issues with .NET applications
taking too much server memory?

There are several applications (.NET Windows Forms
and .NET Web applications) that have been developed and
deployed to a production server in my workplace.  These
applications either connect to SQL Server, and/or Oracle.
Lately, the Operations Manager is concerned that these
applications are taking too much memory from the
production server.  I believe the production server is a
NAS Server.

Is there any documentation I need to read regarding how
to develop .NET applications and memory issues?
Thanks!
Nancy
[MSFT] - 30 Apr 2004 06:20 GMT
Hi Nancy,

I think there are two possible reason for the problem:

1. There is a memory leak in your applications. This can be caused by some
third party components or some bugs of .NET and windows. To check this, you
may refer to:

Using Performance Monitor to Identify a Pool Leak
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q130926

How to Troubleshoot Memory Leaks in IIS
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q811140

2. There is some resource in your .NET application which didn't get
collected by GC. You may call GC.Collect at a point for force these
component be collected.

Hope this help,

Luke
Microsoft Online Support

Signature

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Daniel Karlsson - 30 Apr 2004 09:12 GMT
Try changing the CG-Collect-mode in .NET Configuration.

1. Open .NET-Configuration
2. Right-click this computer in the console
3. Choose Propertys
4. Change the gc-setting to "server"
5. Reboot

Sincererly,
Daniel Karlsson
DigiDoc AB, Sweden

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.