Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tm-dev] RE: File Cache / Memory increase when opening FTP files

We do provide preconfigured filters for the Resource Navigator,
the Java Package Explorer, and the Project Explorer.

We cannot easily hide it from occurring in Search results,
and some wizards.

I'm not sure what you mean by "Perspectives" -- you't typically
hide the projets in Views and not in perspectives.

Cheers,
--
Martin Oberhuber
Wind River Systems, Inc.
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm 

> -----Original Message-----
> From: Yaron Mazor [mailto:yaron.m@xxxxxxxx] 
> Sent: Thursday, July 12, 2007 4:50 PM
> To: Oberhuber, Martin; Target Management developer discussions
> Subject: RE: File Cache / Memory increase when opening FTP files
> 
> Is there a way to filter out the Temp project in other perspectives as
> you did in Java pers.?
> 
> I don't want to see it + I don't want to see an option to build/clean
> it.
> 
> Thank's,
> Yaron
> 
> -----Original Message-----
> From: Oberhuber, Martin [mailto:Martin.Oberhuber@xxxxxxxxxxxxx] 
> Sent: Thursday, July 12, 2007 5:20 PM
> To: Yaron Mazor; Target Management developer discussions
> Subject: RE: File Cache / Memory increase when opening FTP files
> 
> I don't think it would affect the Workbench startup size,
> even if "Refresh on Start" is switched on (which is not
> the default), Eclipse Resource system scales without 
> problem to 10.000 files and more.
> 
> But we do have enhancement requests to move that project
> out of the workspace, and we'll be discussing these for
> TM 3.0:
> 
> Put it outside the workspace 
> ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=158770 158770])
> 
> allow characters only valid on the remote
> ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=160103 160103])
> 
> support remote names differing only in case also on Windows
> ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=160100 160100])
> 
> Cheers,
> --
> Martin Oberhuber
> Wind River Systems, Inc.
> Target Management Project Lead, DSDP PMC Member
> http://www.eclipse.org/dsdp/tm 
> 
> > -----Original Message-----
> > From: Yaron Mazor [mailto:yaron.m@xxxxxxxx] 
> > Sent: Thursday, July 12, 2007 4:11 PM
> > To: Oberhuber, Martin; Target Management developer discussions
> > Subject: RE: File Cache / Memory increase when opening FTP files
> > 
> > My concern is the following :
> > Let's say that the users are not aware of this Temp project (it is
> > hidden in the Java perspective for example).
> > The users will edit many Different remote FTP files that will be
> > downloaded into the temp project which will grow up to a 
> size of 500MB
> > by default ?
> > Doesn't it affects performance of the Workbench ? Launching eclipse
> > every time ? etc...
> > 
> > 
> > Thank's,
> > Yaron
> > 
> > -----Original Message-----
> > From: Martin Oberhuber [mailto:martin.oberhuber@xxxxxxxxxxxxx] 
> > Sent: Thursday, July 12, 2007 4:53 PM
> > To: Target Management developer discussions; Yaron Mazor
> > Subject: Re: File Cache / Memory increase when opening FTP files
> > 
> > Yes, RSE uses a temp file cache which resides in the 
> > RemoteSystemsTempFiles project. The benefit of this is that 
> it avoids 
> > unnecessary re-download for files that have not changed (in 
> > other words,
> > 
> > it's a persistent cache, which is an important advantage over plain
> > Eclipse File System (EFS) based remote linked resources 
> without RSE).
> > 
> > The size of the cache can be configured in the Preferences (I 
> > think that
> > 
> > 500MB is the default). That page also has a "Clear Cache" button.
> > 
> > When you edit a file again which you've been editing before but has 
> > changed on the remote side, the same location in the cache is 
> > used thus 
> > overwriting the previous version of the file. So the cache 
> should not 
> > grow unnecessarily.
> > 
> > If you have any more questions, just let us know.
> > 
> > Thanks,
> > --
> > Martin Oberhuber
> > Target Management Project Lead, DSDP PMC Member
> > http://www.eclipse.org/dsdp/tm
> > 
> > 
> > Yaron Mazor wrote:
> >  > I saw that you are using a temp project for all Remote 
> > files that are
> >  > opened in the editor.
> >  >
> >  > This means every time I open an FTP file in my editor , 
> > the project's
> >  > size increases ?
> >  >
> >  > Yaron
> > 
> 


Back to the top