[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.dsdp.tm] Re: RSE:What is the use of RemoteSystemsTempFiles in workspace?

Hi hemeihua,

In this particular scenario, I don't think setting the "maximum cached size" 
will make any difference.  The issue seems to be that when reading a very 
large file, too much heap memory is being consumed.

One workaround for this may be the following:

In the eclipse.ini file, memory args for the JVM can be set.  For example:

-Xms40m
-Xmx256m

You may be able to raise the max memory for Eclipse such that it will be 
able to handle larger heap memory consumption.

Let me know whether this helps.
Dave


"hemeihua " <he.meihua@xxxxxxxxxx> wrote in message 
news:34b7be3ca14cf73334dc1ad8e7329a82$1@xxxxxxxxxxxxxxxxxx
> Hello David,
> yes,"set maximum cached size" is referring to the value for the Remote 
> Systems->File Cache preferences. I can upload a smaller file which size is 
> about 100MB-600MB ,but can not upload a larger file(above 1GB) which can 
> not been divided and  an internal error occurred. How to deal with the 
> internal error? To suppose that I uploaded a large file(1.02GB) 
> successfully, RSE FTP will use more time than other ftp such as cuteftp to 
> upload a file.
> So RSE FTP's efficiency of transmission is lower than other ftp.
> How to enhance the transmission efficiency of RSE FTP?
>
> Have you any way to avoid copying file to RemoteSystemsTempFiles and 
> directly copy a file from source to target folder?
> or
> is there a switch when opening a file for editing, RSE downloads to the 
> RemoteSystemsTempFiles and when uploading or downloading a file, RSE copy 
> a file from source to target folder directly, not pass through 
> RemoteSystemsTempFiles?
>
> Best Regards,
> hemeihua
>
>