Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Runtime Workbench
Runtime Workbench [message #452708] Thu, 13 July 2006 08:30 Go to next message
Dave Hewitson is currently offline Dave HewitsonFriend
Messages: 56
Registered: July 2009
Member
How do you increase the heap available to the runtime workbench when
testing plugins ?

TIA

Dave
Re: Runtime Workbench [message #452764 is a reply to message #452708] Fri, 14 July 2006 06:36 Go to previous messageGo to next message
Dave Hewitson is currently offline Dave HewitsonFriend
Messages: 56
Registered: July 2009
Member
Hi, I was hoping there was a way to do this as I'm trying to test some of
my plugins developed under 3.1, on 3.2, but keep getting out of memory
errors.

Looks like the memory auto increases up to 64Mb, then that's when the
problems start as my workspace is pretty big and needs to have about 128Mb
allocated.

There must be a way to do this, can anyone help?

Thanks

Dave.
Re: Runtime Workbench [message #452767 is a reply to message #452764] Fri, 14 July 2006 06:53 Go to previous messageGo to next message
Rainer Rieder is currently offline Rainer RiederFriend
Messages: 11
Registered: July 2009
Junior Member
Try setting the VM - Arguments of your Launch - Configuration to:

-Xms128000000 -Xmx256000000

Where Xms is the initial Heapsize and Xmx is the maximum Heapsize.



Dave wrote:
> Hi, I was hoping there was a way to do this as I'm trying to test some
> of my plugins developed under 3.1, on 3.2, but keep getting out of
> memory errors.
>
> Looks like the memory auto increases up to 64Mb, then that's when the
> problems start as my workspace is pretty big and needs to have about
> 128Mb allocated.
>
> There must be a way to do this, can anyone help?
>
> Thanks
>
> Dave.
>
Re: Runtime Workbench [message #452771 is a reply to message #452767] Fri, 14 July 2006 07:46 Go to previous message
Dave Hewitson is currently offline Dave HewitsonFriend
Messages: 56
Registered: July 2009
Member
thanks, sometimes you can't see the wood for the trees!

I launch my normal workbench with vmargs for the memory, but had it in my
head that I needed to set something in one of the ini files to accomplish
this for a runtime workbench that Eclipse starts, as I have (or thought I
had) no control of the startup parms.

Like most things, obvious when someone points you in the right direction !

Thanks again

Dave.
Previous Topic:Export (3.2) process ignores default splash.bmp location
Next Topic:The import org.eclipse.ve cannot be resolved
Goto Forum:
  


Current Time: Fri Oct 11 15:14:27 GMT 2024

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

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

Back to the top