Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » RC1 memory leak????
RC1 memory leak???? [message #47413] Mon, 03 March 2003 03:03 Go to next message
Robert Upshall is currently offline Robert UpshallFriend
Messages: 6
Registered: July 2009
Junior Member
Has anybody else experienced memory issues with RC1?

I recently moved from 2.0.2 to RC1 and ever since I made the move I find
myself needing to restarts Eclipse after a couple hours of work because
resources are running low, I never had the problem with 2.0.2 but it is
almost like clockwork with RC1.

Robert
Re: RC1 memory leak???? [message #47444 is a reply to message #47413] Mon, 03 March 2003 03:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kduffey.marketron.com

Been running on my laptop for 3 days straight no restart. Sometime I notice
a "slowdown" but not sure why. It always seems to occupy about 90MB of ram
or so.
"Robert Upshall" <rupshall@psasoft.com> wrote in message
news:b3uhia$5g9$1@rogue.oti.com...
> Has anybody else experienced memory issues with RC1?
>
> I recently moved from 2.0.2 to RC1 and ever since I made the move I find
> myself needing to restarts Eclipse after a couple hours of work because
> resources are running low, I never had the problem with 2.0.2 but it is
> almost like clockwork with RC1.
>
> Robert
>
Re: RC1 memory leak???? [message #47474 is a reply to message #47444] Mon, 03 March 2003 03:23 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

If you use Task Manager to display memory consumption, you need to display
the "virtual memory" column. This will show you real memory consumption,
which is probably over 150MB.

My M5 IDE workspace says
Mem Usage : 120MB
but *VM* Size: 360MB

"Kevin" <kduffey@marketron.com> wrote in message
news:b3uhq1$5k2$1@rogue.oti.com...
> Been running on my laptop for 3 days straight no restart. Sometime I
notice
> a "slowdown" but not sure why. It always seems to occupy about 90MB of ram
> or so.
> "Robert Upshall" <rupshall@psasoft.com> wrote in message
> news:b3uhia$5g9$1@rogue.oti.com...
> > Has anybody else experienced memory issues with RC1?
> >
> > I recently moved from 2.0.2 to RC1 and ever since I made the move I find
> > myself needing to restarts Eclipse after a couple hours of work because
> > resources are running low, I never had the problem with 2.0.2 but it is
> > almost like clockwork with RC1.
> >
> > Robert
> >
>
>
Re: RC1 memory leak???? [message #47504 is a reply to message #47413] Mon, 03 March 2003 04:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bob.objfac.com

Simple explanation. Eclipse memory usage increased considerably in 2.1
(along about M4 time). It now runs at right around the default max memory
(100MB) which means when you experience the slowdown you are spending all
your time in garbage collection.

Try launching with -vmargs -Xmx256M and see if your problem doesn't go away.

Bob

"Robert Upshall" <rupshall@psasoft.com> wrote in message
news:b3uhia$5g9$1@rogue.oti.com...
> Has anybody else experienced memory issues with RC1?
>
> I recently moved from 2.0.2 to RC1 and ever since I made the move I find
> myself needing to restarts Eclipse after a couple hours of work because
> resources are running low, I never had the problem with 2.0.2 but it is
> almost like clockwork with RC1.
>
> Robert
>
Re: RC1 memory leak???? [message #47534 is a reply to message #47504] Mon, 03 March 2003 05:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ron.baldwin.sourceprose.com

"Bob Foster" <bob@objfac.com> wrote in message
news:b3ukqf$6sm$1@rogue.oti.com...
> Simple explanation. Eclipse memory usage increased considerably in 2.1
> (along about M4 time). It now runs at right around the default max memory
> (100MB) which means when you experience the slowdown you are spending all
> your time in garbage collection.
>
> Try launching with -vmargs -Xmx256M and see if your problem doesn't go
away.
>
> Bob

Does anyone know what caused the increased memory usage or if anything is
being done about it?

Ron
Re: RC1 memory leak???? [message #47588 is a reply to message #47534] Mon, 03 March 2003 07:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bob.objfac.com

"Ron Baldwin" <ron.baldwin@sourceprose.com> wrote in message
news:b3ur0o$9j9$1@rogue.oti.com...
> "Bob Foster" <bob@objfac.com> wrote in message
> news:b3ukqf$6sm$1@rogue.oti.com...
> > Simple explanation. Eclipse memory usage increased considerably in 2.1
> > (along about M4 time). It now runs at right around the default max
memory
> > (100MB) which means when you experience the slowdown you are spending
all
> > your time in garbage collection.
> >
> > Try launching with -vmargs -Xmx256M and see if your problem doesn't go
> away.
> >
> > Bob
>
> Does anyone know what caused the increased memory usage or if anything is
> being done about it?

I'll let someone else answer that, but the answer doesn't matter to you.
Even if it only increased a couple of meg, the problem is that on your
system you are using very close to the max memory, which makes Eclipse very
slow and unstable. So...

> > Try launching with -vmargs -Xmx256M and see if your problem doesn't go
> away.

;-}

Bob
Re: RC1 memory leak???? [message #47675 is a reply to message #47413] Mon, 03 March 2003 11:22 Go to previous messageGo to next message
Morten Wilken is currently offline Morten WilkenFriend
Messages: 4
Registered: July 2009
Junior Member
you wouldn't be using xdoclet and ant by any chance?
there is a bug in ant+xdoclet (and possibly onther tasks) which causes a
memory leak in eclipse

http://bugs.eclipse.org/bugs/show_bug.cgi?id=24448

as far as i have seen a patch has been accepted by ant for ant version 1.6
which should fix the problem.

sincerely
morten wilken


Robert Upshall wrote:

> Has anybody else experienced memory issues with RC1?

> I recently moved from 2.0.2 to RC1 and ever since I made the move I find
> myself needing to restarts Eclipse after a couple hours of work because
> resources are running low, I never had the problem with 2.0.2 but it is
> almost like clockwork with RC1.

> Robert
Re: RC1 memory leak???? [message #47766 is a reply to message #47534] Mon, 03 March 2003 17:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: John_Arthorne.oti.com_

Our benchmarks actually showed a decent reduction in footprint from
2.0.2 to 2.1 M5. We would be very interested in learning about what use
cases result in footprint spikes, if you discover them. Everyone is
encouraged to enter bug reports with the "performance" keyword in
bugzilla if they have encountered performance losses from 2.0.2 to 21.

Here are some 2.1 M5 benchmark results:

http://www.eclipse.org/eclipse/development/performance/21m5/ performance.html

And here is the overall information page on the Eclipse performance
improvement effort:

http://www.eclipse.org/eclipse/development/performance/index .html
--

Ron Baldwin wrote:
>
> Does anyone know what caused the increased memory usage or if anything is
> being done about it?
Re: RC1 memory leak???? [message #47913 is a reply to message #47766] Mon, 03 March 2003 20:07 Go to previous messageGo to next message
Valentino Kyriakides is currently offline Valentino KyriakidesFriend
Messages: 7
Registered: July 2009
Junior Member
There is no actual Sun Java VM 1.4.1_01/_02 taken into consideration, which
most people nowadays use.

Beside this, a users/developers normal daily work would also involve many
editor related tasks, like opening different source files, inserting,
copying and pasting text, showing up help etc. I don't know if such issues
were somehow taken into consideration too in the shown measurements?

One thing I generally realize in allmost all Java IDE's is, if you do a lot
of text copy/paste and help popups etc. the memory consumption increases
dramatically fast and the overall performance slows rapidly down. Don't know
if it would be possible to automate such usual editing tasks for some hours
and try to measure them. - What I generally mean here is, that the users
common interaction with the UI parts, mostly produces much more memory usage
overhead than performing a (re)build and such easier automated/measured run
tasks. - Eclipse performs here somehow much better than other Java IDEs I've
used, but might also under special circimstances have possibly similar
problems. - There are situations, where the VMs occupy nearly max memory,
but aren't freeing it again in the same manner they allocated it, which may
be resulted to still referenced (not nulled) objects or dangling object
pointers and the like. This in turn always influences the way how and when a
garbage collection will be performed. The results are then slow harddisk
swappings. - However, AFAI can actually see, Eclipse behaves here much
better than other Java IDEs I've in use.

-Valentino



"John Arthorne" <John_Arthorne@oti.com_> schrieb im Newsbeitrag
news:3E638CCE.5030106@oti.com_...
> Our benchmarks actually showed a decent reduction in footprint from
> 2.0.2 to 2.1 M5. We would be very interested in learning about what use
> cases result in footprint spikes, if you discover them. Everyone is
> encouraged to enter bug reports with the "performance" keyword in
> bugzilla if they have encountered performance losses from 2.0.2 to 21.
>
> Here are some 2.1 M5 benchmark results:
>
>
http://www.eclipse.org/eclipse/development/performance/21m5/ performance.html
>
> And here is the overall information page on the Eclipse performance
> improvement effort:
>
> http://www.eclipse.org/eclipse/development/performance/index .html
> --
>
> Ron Baldwin wrote:
> >
> > Does anyone know what caused the increased memory usage or if anything
is
> > being done about it?
>
Re: RC1 memory leak???? [message #47942 is a reply to message #47588] Tue, 04 March 2003 04:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ron.baldwin.sourceprose.com

"Bob Foster" <bob@objfac.com> wrote in message
news:b3v0u6$cdh$1@rogue.oti.com...
> "Ron Baldwin" <ron.baldwin@sourceprose.com> wrote in message
> news:b3ur0o$9j9$1@rogue.oti.com...
> > "Bob Foster" <bob@objfac.com> wrote in message
> > news:b3ukqf$6sm$1@rogue.oti.com...
> > > Simple explanation. Eclipse memory usage increased considerably in 2.1
> > > (along about M4 time). It now runs at right around the default max
> memory
> > > (100MB) which means when you experience the slowdown you are spending
> all
> > > your time in garbage collection.
> > >
> > > Try launching with -vmargs -Xmx256M and see if your problem doesn't go
> > away.
> > >
> > > Bob
> >
> > Does anyone know what caused the increased memory usage or if anything
is
> > being done about it?
>
> I'll let someone else answer that, but the answer doesn't matter to you.
> Even if it only increased a couple of meg, the problem is that on your
> system you are using very close to the max memory, which makes Eclipse
very
> slow and unstable. So...

Who are you to tell me what matters to me? :-) Actually, I've used -Xmx256M
for quite a while now, so I haven't had any problems. I was only concerned
from the standpoint that I don't want to see Eclipse bloated unnecessarily
(assuming there is such a thing as necessary bloat).

Ron

> > > Try launching with -vmargs -Xmx256M and see if your problem doesn't go
> > away.
>
> ;-}
>
> Bob
>
>
Re: RC1 memory leak???? [message #47972 is a reply to message #47766] Tue, 04 March 2003 05:06 Go to previous message
Eclipse UserFriend
Originally posted by: bob.objfac.com

Yes, I know. One of the OTI people followed up very seriously on a bug
report I filed on this subject but wasn't able to repro the condition. But
between M3 and M4 my steady state memory use went from 45MB to ~95MB.
Anecdotal evidence from the newsgroup suggests I am far from the only person
who experienced this.

It probably has something to do with my pattern of use (for one thing, I
tend to have a _lot_ of open files) but the fact remains that you folks
think the memory footprint shrank and a lot of users think it increased. The
fact that increasing the default max memory eliminates the problems users
experience should count for something. ;-}

Bob

"John Arthorne" <John_Arthorne@oti.com_> wrote in message
news:3E638CCE.5030106@oti.com_...
> Our benchmarks actually showed a decent reduction in footprint from
> 2.0.2 to 2.1 M5. We would be very interested in learning about what use
> cases result in footprint spikes, if you discover them. Everyone is
> encouraged to enter bug reports with the "performance" keyword in
> bugzilla if they have encountered performance losses from 2.0.2 to 21.
>
> Here are some 2.1 M5 benchmark results:
>
>
http://www.eclipse.org/eclipse/development/performance/21m5/ performance.html
>
> And here is the overall information page on the Eclipse performance
> improvement effort:
>
> http://www.eclipse.org/eclipse/development/performance/index .html
> --
>
> Ron Baldwin wrote:
> >
> > Does anyone know what caused the increased memory usage or if anything
is
> > being done about it?
>
Re: RC1 memory leak???? [message #591015 is a reply to message #47413] Mon, 03 March 2003 03:17 Go to previous message
Kevin is currently offline KevinFriend
Messages: 34
Registered: July 2009
Member
Been running on my laptop for 3 days straight no restart. Sometime I notice
a "slowdown" but not sure why. It always seems to occupy about 90MB of ram
or so.
"Robert Upshall" <rupshall@psasoft.com> wrote in message
news:b3uhia$5g9$1@rogue.oti.com...
> Has anybody else experienced memory issues with RC1?
>
> I recently moved from 2.0.2 to RC1 and ever since I made the move I find
> myself needing to restarts Eclipse after a couple hours of work because
> resources are running low, I never had the problem with 2.0.2 but it is
> almost like clockwork with RC1.
>
> Robert
>
Re: RC1 memory leak???? [message #591027 is a reply to message #47444] Mon, 03 March 2003 03:23 Go to previous message
Randy Hudson is currently offline Randy HudsonFriend
Messages: 123
Registered: July 2009
Senior Member
If you use Task Manager to display memory consumption, you need to display
the "virtual memory" column. This will show you real memory consumption,
which is probably over 150MB.

My M5 IDE workspace says
Mem Usage : 120MB
but *VM* Size: 360MB

"Kevin" <kduffey@marketron.com> wrote in message
news:b3uhq1$5k2$1@rogue.oti.com...
> Been running on my laptop for 3 days straight no restart. Sometime I
notice
> a "slowdown" but not sure why. It always seems to occupy about 90MB of ram
> or so.
> "Robert Upshall" <rupshall@psasoft.com> wrote in message
> news:b3uhia$5g9$1@rogue.oti.com...
> > Has anybody else experienced memory issues with RC1?
> >
> > I recently moved from 2.0.2 to RC1 and ever since I made the move I find
> > myself needing to restarts Eclipse after a couple hours of work because
> > resources are running low, I never had the problem with 2.0.2 but it is
> > almost like clockwork with RC1.
> >
> > Robert
> >
>
>
Re: RC1 memory leak???? [message #591039 is a reply to message #47413] Mon, 03 March 2003 04:19 Go to previous message
Eclipse UserFriend
Originally posted by: bob.objfac.com

Simple explanation. Eclipse memory usage increased considerably in 2.1
(along about M4 time). It now runs at right around the default max memory
(100MB) which means when you experience the slowdown you are spending all
your time in garbage collection.

Try launching with -vmargs -Xmx256M and see if your problem doesn't go away.

Bob

"Robert Upshall" <rupshall@psasoft.com> wrote in message
news:b3uhia$5g9$1@rogue.oti.com...
> Has anybody else experienced memory issues with RC1?
>
> I recently moved from 2.0.2 to RC1 and ever since I made the move I find
> myself needing to restarts Eclipse after a couple hours of work because
> resources are running low, I never had the problem with 2.0.2 but it is
> almost like clockwork with RC1.
>
> Robert
>
Re: RC1 memory leak???? [message #591051 is a reply to message #47504] Mon, 03 March 2003 05:54 Go to previous message
Ron Baldwin is currently offline Ron BaldwinFriend
Messages: 3
Registered: July 2009
Junior Member
"Bob Foster" <bob@objfac.com> wrote in message
news:b3ukqf$6sm$1@rogue.oti.com...
> Simple explanation. Eclipse memory usage increased considerably in 2.1
> (along about M4 time). It now runs at right around the default max memory
> (100MB) which means when you experience the slowdown you are spending all
> your time in garbage collection.
>
> Try launching with -vmargs -Xmx256M and see if your problem doesn't go
away.
>
> Bob

Does anyone know what caused the increased memory usage or if anything is
being done about it?

Ron
Re: RC1 memory leak???? [message #591075 is a reply to message #47534] Mon, 03 March 2003 07:46 Go to previous message
Eclipse UserFriend
Originally posted by: bob.objfac.com

"Ron Baldwin" <ron.baldwin@sourceprose.com> wrote in message
news:b3ur0o$9j9$1@rogue.oti.com...
> "Bob Foster" <bob@objfac.com> wrote in message
> news:b3ukqf$6sm$1@rogue.oti.com...
> > Simple explanation. Eclipse memory usage increased considerably in 2.1
> > (along about M4 time). It now runs at right around the default max
memory
> > (100MB) which means when you experience the slowdown you are spending
all
> > your time in garbage collection.
> >
> > Try launching with -vmargs -Xmx256M and see if your problem doesn't go
> away.
> >
> > Bob
>
> Does anyone know what caused the increased memory usage or if anything is
> being done about it?

I'll let someone else answer that, but the answer doesn't matter to you.
Even if it only increased a couple of meg, the problem is that on your
system you are using very close to the max memory, which makes Eclipse very
slow and unstable. So...

> > Try launching with -vmargs -Xmx256M and see if your problem doesn't go
> away.

;-}

Bob
Re: RC1 memory leak???? [message #591107 is a reply to message #47413] Mon, 03 March 2003 11:22 Go to previous message
Morten Wilken is currently offline Morten WilkenFriend
Messages: 4
Registered: July 2009
Junior Member
you wouldn't be using xdoclet and ant by any chance?
there is a bug in ant+xdoclet (and possibly onther tasks) which causes a
memory leak in eclipse

http://bugs.eclipse.org/bugs/show_bug.cgi?id=24448

as far as i have seen a patch has been accepted by ant for ant version 1.6
which should fix the problem.

sincerely
morten wilken


Robert Upshall wrote:

> Has anybody else experienced memory issues with RC1?

> I recently moved from 2.0.2 to RC1 and ever since I made the move I find
> myself needing to restarts Eclipse after a couple hours of work because
> resources are running low, I never had the problem with 2.0.2 but it is
> almost like clockwork with RC1.

> Robert
Re: RC1 memory leak???? [message #591146 is a reply to message #47534] Mon, 03 March 2003 17:11 Go to previous message
John Arthorne is currently offline John ArthorneFriend
Messages: 176
Registered: July 2009
Senior Member
Our benchmarks actually showed a decent reduction in footprint from
2.0.2 to 2.1 M5. We would be very interested in learning about what use
cases result in footprint spikes, if you discover them. Everyone is
encouraged to enter bug reports with the "performance" keyword in
bugzilla if they have encountered performance losses from 2.0.2 to 21.

Here are some 2.1 M5 benchmark results:

http://www.eclipse.org/eclipse/development/performance/21m5/ performance.html

And here is the overall information page on the Eclipse performance
improvement effort:

http://www.eclipse.org/eclipse/development/performance/index .html
--

Ron Baldwin wrote:
>
> Does anyone know what caused the increased memory usage or if anything is
> being done about it?
Re: RC1 memory leak???? [message #591201 is a reply to message #47766] Mon, 03 March 2003 20:07 Go to previous message
Valentino Kyriakides is currently offline Valentino KyriakidesFriend
Messages: 7
Registered: July 2009
Junior Member
There is no actual Sun Java VM 1.4.1_01/_02 taken into consideration, which
most people nowadays use.

Beside this, a users/developers normal daily work would also involve many
editor related tasks, like opening different source files, inserting,
copying and pasting text, showing up help etc. I don't know if such issues
were somehow taken into consideration too in the shown measurements?

One thing I generally realize in allmost all Java IDE's is, if you do a lot
of text copy/paste and help popups etc. the memory consumption increases
dramatically fast and the overall performance slows rapidly down. Don't know
if it would be possible to automate such usual editing tasks for some hours
and try to measure them. - What I generally mean here is, that the users
common interaction with the UI parts, mostly produces much more memory usage
overhead than performing a (re)build and such easier automated/measured run
tasks. - Eclipse performs here somehow much better than other Java IDEs I've
used, but might also under special circimstances have possibly similar
problems. - There are situations, where the VMs occupy nearly max memory,
but aren't freeing it again in the same manner they allocated it, which may
be resulted to still referenced (not nulled) objects or dangling object
pointers and the like. This in turn always influences the way how and when a
garbage collection will be performed. The results are then slow harddisk
swappings. - However, AFAI can actually see, Eclipse behaves here much
better than other Java IDEs I've in use.

-Valentino



"John Arthorne" <John_Arthorne@oti.com_> schrieb im Newsbeitrag
news:3E638CCE.5030106@oti.com_...
> Our benchmarks actually showed a decent reduction in footprint from
> 2.0.2 to 2.1 M5. We would be very interested in learning about what use
> cases result in footprint spikes, if you discover them. Everyone is
> encouraged to enter bug reports with the "performance" keyword in
> bugzilla if they have encountered performance losses from 2.0.2 to 21.
>
> Here are some 2.1 M5 benchmark results:
>
>
http://www.eclipse.org/eclipse/development/performance/21m5/ performance.html
>
> And here is the overall information page on the Eclipse performance
> improvement effort:
>
> http://www.eclipse.org/eclipse/development/performance/index .html
> --
>
> Ron Baldwin wrote:
> >
> > Does anyone know what caused the increased memory usage or if anything
is
> > being done about it?
>
Re: RC1 memory leak???? [message #591214 is a reply to message #47588] Tue, 04 March 2003 04:31 Go to previous message
Ron Baldwin is currently offline Ron BaldwinFriend
Messages: 3
Registered: July 2009
Junior Member
"Bob Foster" <bob@objfac.com> wrote in message
news:b3v0u6$cdh$1@rogue.oti.com...
> "Ron Baldwin" <ron.baldwin@sourceprose.com> wrote in message
> news:b3ur0o$9j9$1@rogue.oti.com...
> > "Bob Foster" <bob@objfac.com> wrote in message
> > news:b3ukqf$6sm$1@rogue.oti.com...
> > > Simple explanation. Eclipse memory usage increased considerably in 2.1
> > > (along about M4 time). It now runs at right around the default max
> memory
> > > (100MB) which means when you experience the slowdown you are spending
> all
> > > your time in garbage collection.
> > >
> > > Try launching with -vmargs -Xmx256M and see if your problem doesn't go
> > away.
> > >
> > > Bob
> >
> > Does anyone know what caused the increased memory usage or if anything
is
> > being done about it?
>
> I'll let someone else answer that, but the answer doesn't matter to you.
> Even if it only increased a couple of meg, the problem is that on your
> system you are using very close to the max memory, which makes Eclipse
very
> slow and unstable. So...

Who are you to tell me what matters to me? :-) Actually, I've used -Xmx256M
for quite a while now, so I haven't had any problems. I was only concerned
from the standpoint that I don't want to see Eclipse bloated unnecessarily
(assuming there is such a thing as necessary bloat).

Ron

> > > Try launching with -vmargs -Xmx256M and see if your problem doesn't go
> > away.
>
> ;-}
>
> Bob
>
>
Re: RC1 memory leak???? [message #591226 is a reply to message #47766] Tue, 04 March 2003 05:06 Go to previous message
Eclipse UserFriend
Originally posted by: bob.objfac.com

Yes, I know. One of the OTI people followed up very seriously on a bug
report I filed on this subject but wasn't able to repro the condition. But
between M3 and M4 my steady state memory use went from 45MB to ~95MB.
Anecdotal evidence from the newsgroup suggests I am far from the only person
who experienced this.

It probably has something to do with my pattern of use (for one thing, I
tend to have a _lot_ of open files) but the fact remains that you folks
think the memory footprint shrank and a lot of users think it increased. The
fact that increasing the default max memory eliminates the problems users
experience should count for something. ;-}

Bob

"John Arthorne" <John_Arthorne@oti.com_> wrote in message
news:3E638CCE.5030106@oti.com_...
> Our benchmarks actually showed a decent reduction in footprint from
> 2.0.2 to 2.1 M5. We would be very interested in learning about what use
> cases result in footprint spikes, if you discover them. Everyone is
> encouraged to enter bug reports with the "performance" keyword in
> bugzilla if they have encountered performance losses from 2.0.2 to 21.
>
> Here are some 2.1 M5 benchmark results:
>
>
http://www.eclipse.org/eclipse/development/performance/21m5/ performance.html
>
> And here is the overall information page on the Eclipse performance
> improvement effort:
>
> http://www.eclipse.org/eclipse/development/performance/index .html
> --
>
> Ron Baldwin wrote:
> >
> > Does anyone know what caused the increased memory usage or if anything
is
> > being done about it?
>
Previous Topic:WSAD: Are there any application launch events for "Run on Server"?
Next Topic:Help. How can i use JDK 1.4.1_02 in enclipse
Goto Forum:
  


Current Time: Thu Apr 18 16:05:54 GMT 2024

Powered by FUDForum. Page generated in 0.03223 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top