Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » pde build (product export) out of memory on 3.2RC1
pde build (product export) out of memory on 3.2RC1 [message #302498] Fri, 21 April 2006 15:14 Go to next message
Eclipse UserFriend
Originally posted by: ecomar_AT_uk_dot_ibm_dot_com.no.spam

In running the export of an eclipse product (an RCP app) using 3.2RC1
and 3.2M6 I encounter an out of memory error that does not occur when
using 3.2M5

any hints ? is it possible to control the heap allocation used by the
pde build ?

Problems during export
Reason:
C:\devel\ws\ap-dev-ws\.metadata\.plugins\org.eclipse.pde.cor e\temp\org.eclipse.pde.container.feature\build.xml:259:
The following error occurred while executing this line:
C:\devel\ws\ap-dev-ws\.metadata\.plugins\org.eclipse.pde.cor e\temp\org.eclipse.pde.container.feature\build.xml:195:
The following error occurred while executing this line:
C:\devel\ws\ap-dev-ws\com.ibm.xtools.ras.repository.client.w orkgroup\build.xml:612:
The following error occurred while executing this line:
java.lang.OutOfMemoryError: Java heap space

development platform is win32/jdk150,
target eclipse is 3.11/jdk142.

TIA,
Edo
Re: pde build (product export) out of memory on 3.2RC1 [message #302499 is a reply to message #302498] Fri, 21 April 2006 16:17 Go to previous messageGo to next message
Darin Swanson is currently offline Darin SwansonFriend
Messages: 2386
Registered: July 2009
Senior Member
PDE runs the export in the same JRE as Eclipse.
Start Eclipse with more heap space using the correct vm arguments. Something
like:
-Xmx1000M -Xms500M

HTH
Darins

"Edoardo Comar" <ecomar_AT_uk_dot_ibm_dot_com@no.spam> wrote in message
news:e2ass1$5u2$1@utils.eclipse.org...
> In running the export of an eclipse product (an RCP app) using 3.2RC1
> and 3.2M6 I encounter an out of memory error that does not occur when
> using 3.2M5
>
> any hints ? is it possible to control the heap allocation used by the
> pde build ?
>
> Problems during export
> Reason:
>
C:\devel\ws\ap-dev-ws\.metadata\.plugins\org.eclipse.pde.cor e\temp\org.eclip
se.pde.container.feature\build.xml:259:
> The following error occurred while executing this line:
>
C:\devel\ws\ap-dev-ws\.metadata\.plugins\org.eclipse.pde.cor e\temp\org.eclip
se.pde.container.feature\build.xml:195:
> The following error occurred while executing this line:
>
C:\devel\ws\ap-dev-ws\com.ibm.xtools.ras.repository.client.w orkgroup\build.x
ml:612:
> The following error occurred while executing this line:
> java.lang.OutOfMemoryError: Java heap space
>
> development platform is win32/jdk150,
> target eclipse is 3.11/jdk142.
>
> TIA,
> Edo
Re: pde build (product export) out of memory on 3.2RC1 [message #302543 is a reply to message #302499] Mon, 24 April 2006 11:00 Go to previous message
Eclipse UserFriend
Originally posted by: ecomar.NOSPAM.uk.ibm.com

Thanks Darin it worked !

Darin Swanson wrote:
> PDE runs the export in the same JRE as Eclipse.
> Start Eclipse with more heap space using the correct vm arguments. Something
> like:
> -Xmx1000M -Xms500M
>
> HTH
> Darins
>
> "Edoardo Comar" <ecomar_AT_uk_dot_ibm_dot_com@no.spam> wrote in message
> news:e2ass1$5u2$1@utils.eclipse.org...
>> In running the export of an eclipse product (an RCP app) using 3.2RC1
>> and 3.2M6 I encounter an out of memory error that does not occur when
>> using 3.2M5
>>
>> any hints ? is it possible to control the heap allocation used by the
>> pde build ?
>>
>> Problems during export
>> Reason:
>>
> C:\devel\ws\ap-dev-ws\.metadata\.plugins\org.eclipse.pde.cor e\temp\org.eclip
> se.pde.container.feature\build.xml:259:
>> The following error occurred while executing this line:
>>
> C:\devel\ws\ap-dev-ws\.metadata\.plugins\org.eclipse.pde.cor e\temp\org.eclip
> se.pde.container.feature\build.xml:195:
>> The following error occurred while executing this line:
>>
> C:\devel\ws\ap-dev-ws\com.ibm.xtools.ras.repository.client.w orkgroup\build.x
> ml:612:
>> The following error occurred while executing this line:
>> java.lang.OutOfMemoryError: Java heap space
>>
>> development platform is win32/jdk150,
>> target eclipse is 3.11/jdk142.
>>
>> TIA,
>> Edo
>
>
Previous Topic:Creating a color display page
Next Topic:How can i load multi copies of the same plugin?
Goto Forum:
  


Current Time: Fri Apr 19 07:57:08 GMT 2024

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

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

Back to the top