Re: [flexcoders] Eclipse Crashes in Flex Development perspective

2008-02-14 Thread Maciek Sakrejda
Give Eclipse more memory: edit eclipse.ini and up the limits.

Mine is currently

-vmargs
-Xms128m
-Xmx512m
-XX:PermSize=128M
-XX:MaxPermSize=256M

I can't tell you exactly what these mean (or if they're all necessary)
since I forgot the meanings of the various options since I changed them,
but a list archives (or google) search should give you more details.



-Original Message-
From: Amit Gupta [EMAIL PROTECTED]
Reply-To: flexcoders@yahoogroups.com
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Eclipse Crashes in Flex Development perspective
Date: Thu, 14 Feb 2008 20:53:18 -

Hello,

I have Eclipse 3.2 with Flex builder 2 installed on it. Our project is 
a combination of Flex and Java. 

The Java/J2EE perspective works just fine but when I am in Flex 
Development perspective trying to work on a AS or MXML file, Eclipse 
invariably crashes with out of memory message.

Is there a fix for this? I have tried to increase memory for eclipse 
but doesn't help.

Regards,
Amit Gupta




 




Re: [flexcoders] Eclipse Crashes in Flex Development perspective

2008-02-14 Thread m88e24
Please post the contents of your eclipse.ini file en tell us what the 
available RAM memory on your system is and what OS you are running. Also 
tell us which JVM you are running.

Java provides a statistics monitoring tool so you can watch the memory 
usage, it is called jstat.

Brgds,

Eduard

Amit Gupta schreef:

 Hello,

 I have Eclipse 3.2 with Flex builder 2 installed on it. Our project is
 a combination of Flex and Java.

 The Java/J2EE perspective works just fine but when I am in Flex
 Development perspective trying to work on a AS or MXML file, Eclipse
 invariably crashes with out of memory message.

 Is there a fix for this? I have tried to increase memory for eclipse
 but doesn't help.

 Regards,
 Amit Gupta

  



RE: [flexcoders] Eclipse Crashes in Flex Development perspective

2008-02-14 Thread Gupta, Pradeep
It seems some where recursion is going on due to inclusion of files.

 

 

 

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of m88e24
Sent: Friday, February 15, 2008 1:26 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Eclipse Crashes in Flex Development
perspective

 

Please post the contents of your eclipse.ini file en tell us what the 
available RAM memory on your system is and what OS you are running. Also

tell us which JVM you are running.

Java provides a statistics monitoring tool so you can watch the memory 
usage, it is called jstat.

Brgds,

Eduard

Amit Gupta schreef:

 Hello,

 I have Eclipse 3.2 with Flex builder 2 installed on it. Our project is
 a combination of Flex and Java.

 The Java/J2EE perspective works just fine but when I am in Flex
 Development perspective trying to work on a AS or MXML file, Eclipse
 invariably crashes with out of memory message.

 Is there a fix for this? I have tried to increase memory for eclipse
 but doesn't help.

 Regards,
 Amit Gupta