Ditto with the eclipse symlink thing. I have $HOME/apps/eclipse-3.1M6 or
whatever, and the script launches $HOME/apps/eclipse/eclipse.
Jeff: you might find Sun's VM is a bit less thrashy with -Xms784m as
well, so the jvm grabs all the memory it needs up front rather than
allocating fragments (and shifting stuff around) as it needs them.
Cheers,
Dan
Jeff Bowden wrote:
> Mark Phippard wrote:
>
>> Dan North <dan@tastapod.com> wrote on 05/04/2005 09:49:43 AM:
>>
>>
>>
>>> Woohoo! It was LD_LIBRARY_PATH!
>>>
>>> Funny, I have no recollection of setting that up for 3.1M4.
>>>
>>> Thanks Mark.
>>>
>>
>>
>> Great. For the archives (since Search works now!) how did you set
>> it? Was it just a shell script to launch Eclipse or something else?
>> I am always looking for better ways to do this.
>>
>>
>
> I have the LD_LIBRARY_PATH setting in my eclipse launch script. I
> have the various eclipse versions I have used installed in
> /usr/local/eclipse-<version> but the launch script expects to find it
> in /usr/local/eclipse. So all I do to upgrade eclipse is change the
> /usr/local/eclipse symlink and then launch as normal and download the
> latest subclipse with the update tool.
>
> /usr/local/bin/eclipse:
>
> #! /bin/sh
> export LD_LIBRARY_PATH=/usr/lib
> exec /usr/local/eclipse/eclipse
>
> (My actual version has "-vmargs -Xmx784m" after the eclipse line
> because I'm running the sun jvm and have a large-ish project).
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: users-help@subclipse.tigris.org
>
Received on Thu May 5 18:37:02 2005