[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] Subclipse and Large Projects

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-09-22 17:14:07 CEST

"Marvin D. Toll" <MarvinToll@gtcGroup.com> wrote on 09/22/2006 11:09:49
AM:

> Would you agree that if TaskManager shows memory usage increasing over
time
> (especially when a "problem" occurs handling large projects), and the
> Eclipse feedback of heep utilization remains modest, this may be an
> indication of a memory leak?

I do not know, this topic is not in my area of expertise. Subclipse is
Java code, if we had a memory leak in our code wouldn't the heap reflect
it? The heap is where the memory would have been allocated.

I have read that task manager is not a good tool to use to diagnose
problems with Java, but can't say a lot more. Are you using JavaHL or
JavaSVN? If the latter, then all memory allocations would happen within
Java. If the former, then the Subversion libraries would be doing their
own memory allocations. They could conceivably have memory leaks but
their code is also very well vetted, so it seems unlikely.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Fri Sep 22 17:14:17 2006

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.