473,379 Members | 1,278 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

Memory usage drift (again)

.... maybe now that it's a little clearer.

Environment: Win Server 2003, :NET Framework 1.1, C#

I have an application that polls on a web service method every time a timer
event is raised. The method always returns an empty array of strings. I
report a part of the code just clarify a little:

public void OnTimedEvent(object source, ElapsedEventArgs e)
{
string s="UserName";
// jgpm is the web service reference
// getOrders() takes a string as input and
// returns an empty array of strings
string[] tickets=jgpm.getOrders(s);
}

Every time this code is executed, causes the memory usage to increase of
few KB. I have already tried forcing the call of GC by using
System.GC.Collect() but it didn't work.
Do you have any other suggestion?

Thanks in advance
Nov 16 '05 #1
3 2255
Hi
Do you have any other suggestion?

Just let the GC do its work :)

in case you have any worries decrease the interval of the timer and let it
running for a couple of days and see what happen, I'm pretty sure it will
not consume memory over a limit

Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
Thanks in advance

Nov 16 '05 #2
As long as the memory increase is due to the managed heap growth, but what
if it's not the case.
The only way to know is to use a decent profiler, attach a debugger, or
carefully watch the performance counters.

Willy.

"Ignacio Machin ( .NET/ C# MVP )" <ignacio.machin AT dot.state.fl.us> wrote
in message news:eC*************@TK2MSFTNGP10.phx.gbl...
Hi
Do you have any other suggestion?


Just let the GC do its work :)

in case you have any worries decrease the interval of the timer and let it
running for a couple of days and see what happen, I'm pretty sure it will
not consume memory over a limit

Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
Thanks in advance


Nov 16 '05 #3
The process starts from about 15MB and after few hours running reaches 150MB
and stops working. The call to the web service method starts generating
exceptions.
Monitoring the working set with performance monitor you can see a continuous
drift, sometime interrupted by the freed of a few MB.

Cheers

"Ignacio Machin ( .NET/ C# MVP )" <ignacio.machin AT dot.state.fl.us> wrote
in message news:eC*************@TK2MSFTNGP10.phx.gbl...
Hi
Do you have any other suggestion?


Just let the GC do its work :)

in case you have any worries decrease the interval of the timer and let it
running for a couple of days and see what happen, I'm pretty sure it will
not consume memory over a limit

Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
Thanks in advance


Nov 16 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Murat Tasan | last post by:
hi, i have a java application that can be fairly memory intensive. so, when i run the program, i use the -Xmx option to prevent out of memory errors. in particular, i have been using -Xmx512m,...
20
by: Philip Carnstam | last post by:
How come .Net applications use so much memory? Every application I compile uses at least 10 MB of memory, even the ones consisting of only a form and nothing else. If I minimize them though the...
8
by: Fritz | last post by:
.... maybe now that it's a little clearer. Environment: Win Server 2003, :NET Framework 1.1, C# I have an application that polls on a web service method every time a timer event is raised. The...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.