Re: [flexcoders] What's your average amount of memory usage in Eclipse?

2007-03-29 Thread slangeberg
Yeah, mine is regularly that high (~300MB) or even more. I set my limit to the exact same (768MB), and it's been running much better! So, no crashes, here. You may want to look at all your installed plug-ins. They don't always play nice. I had most problems with a PHP plug-in, but it may have

Re: [flexcoders] What's your average amount of memory usage in Eclipse?

2007-03-29 Thread dorkie dork from dorktown
can you guys post your eclipse ini or just the line of code that you changed? i have a couple of different memory values i'm not sure which to change. On 29 Mar 2007 09:40:46 -0700, slangeberg [EMAIL PROTECTED] wrote: Yeah, mine is regularly that high (~300MB) or even more. I set my limit to

RE: [flexcoders] What's your average amount of memory usage in Eclipse?

2007-03-29 Thread Dimitrios Gianninas
To: flexcoders@yahoogroups.com Subject: [flexcoders] What's your average amount of memory usage in Eclipse? I'm using the FB plugin and have had crashes occurring in Eclipse regularly over the last few days, With weird erros about not being able to open workspaces and what nots. I upped my memory

Re: [flexcoders] What's your average amount of memory usage in Eclipse?

2007-03-29 Thread slangeberg
-vmargs -Xms256m -Xmx768m On 3/29/07, dorkie dork from dorktown [EMAIL PROTECTED] wrote: can you guys post your eclipse ini or just the line of code that you changed? i have a couple of different memory values i'm not sure which to change. On 29 Mar 2007 09:40:46 -0700, slangeberg [EMAIL

Re: [flexcoders] What's your average amount of memory usage in Eclipse?

2007-03-29 Thread dorkie dork from dorktown
forgot to mention, this file is FlexBuilder.ini in the C:\Program Files\Adobe\Flex Builder 2 directory. not sure what that minheap deal is or does. On 3/29/07, dorkie dork from dorktown [EMAIL PROTECTED] wrote: thats odd. i must have changed it at some point in the past. -vmargs -Xms256M

Re: [flexcoders] What's your average amount of memory usage in Eclipse?

2007-03-29 Thread slangeberg
I posted eclipse.ini from the eclipse folder. Not sure if/how you can change these for a FlexBuilder (not plug-in) install. -Scott On 29 Mar 2007 11:43:46 -0700, dorkie dork from dorktown [EMAIL PROTECTED] wrote: forgot to mention, this file is FlexBuilder.ini in the C:\Program

Re: [flexcoders] What's your average amount of memory usage in Eclipse?

2007-03-29 Thread dorkie dork from dorktown
thats odd. i must have changed it at some point in the past. -vmargs -Xms256M -Xmx768M -XX:MinHeapFreeRatio=20 @*Dimitrios - i agree. i had to do this when i was working with java environment and flex builder plugin. took down the number of crashes completely. * On 29 Mar 2007 11:38:25 -0700,

Re: [flexcoders] What's your average amount of memory usage in Eclipse?

2007-03-29 Thread dorkie dork from dorktown
sorry, i forgot to clarify. yes. if you are using eclipse with flex builder plugin then change the eclipse.ini in the eclipse install directory. if you are using flex builder then you would change the FlexBuilder.ini file in the Flex Builder install directory. On 29 Mar 2007 11:47:55 -0700,

RE: [flexcoders] What's your average amount of memory usage in Eclipse?

2007-03-29 Thread Brian Holmes
I think the mini heap comes by default. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dorkie dork from dorktown Sent: Thursday, March 29, 2007 12:42 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] What's your average