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

2007-03-29 Thread Brian Holmes
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 to 768m in eclipse.ini and was wondering what other
people's javaw.exe is running at in memory usage? 

Mine's been hovering around 300mb and it just seems wrong.

 

 

b.



***
The information in this e-mail is confidential and intended solely for the 
individual or entity to whom it is addressed.  If you have received this e-mail 
in error please notify the sender by return e-mail delete this e-mail and 
refrain from any disclosure or action based on the information.
***


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 just been
a combination of them!

-Scott

On 29 Mar 2007 08:08:26 -0700, Brian Holmes <[EMAIL PROTECTED]>
wrote:


   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 to 768m in eclipse.ini and was wondering what other
people's javaw.exe is running at in memory usage?

Mine's been hovering around 300mb and it just seems wrong.





b.

--
***
The information in this e-mail is confidential and intended solely for the
individual or entity to whom it is addressed. If you have received this
e-mail in error please notify the sender by return e-mail delete this e-mail
and refrain from any disclosure or action based on the information.
***

 





--

: : ) Scott


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 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 just been a combination of them!

-Scott

On 29 Mar 2007 08:08:26 -0700, Brian Holmes <[EMAIL PROTECTED]>
wrote:
>
>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 to 768m in eclipse.ini and was wondering what other
> people's javaw.exe is running at in memory usage?
>
> Mine's been hovering around 300mb and it just seems wrong.
>
>
>
>
>
> b.
>
> --
> ***
> The information in this e-mail is confidential and intended solely for
> the individual or entity to whom it is addressed. If you have received this
> e-mail in error please notify the sender by return e-mail delete this e-mail
> and refrain from any disclosure or action based on the information.
> ***
>
>


--

: : ) Scott
 



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

2007-03-29 Thread Dimitrios Gianninas
I turned off the automatic building long ago and never had a crash since.
 
Dimitrios Gianninas
Developer
Optimal Payments Inc.
 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brian 
Holmes
Sent: Thursday, March 29, 2007 11:04 AM
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 to 768m in eclipse.ini and was wondering what other people's 
javaw.exe is running at in memory usage? 

Mine's been hovering around 300mb and it just seems wrong.

b.



***
The information in this e-mail is confidential and intended solely for the 
individual or entity to whom it is addressed. If you have received this e-mail 
in error please notify the sender by return e-mail delete this e-mail and 
refrain from any disclosure or action based on the information.
*** 

 

-- 
WARNING
---
This electronic message and its attachments may contain confidential, 
proprietary or legally privileged information, which is solely for the use of 
the intended recipient.  No privilege or other rights are waived by any 
unintended transmission or unauthorized retransmission of this message.  If you 
are not the intended recipient of this message, or if you have received it in 
error, you should immediately stop reading this message and delete it and all 
attachments from your system.  The reading, distribution, copying or other use 
of this message or its attachments by unintended recipients is unauthorized and 
may be unlawful.  If you have received this e-mail in error, please notify the 
sender.

AVIS IMPORTANT
--
Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés destinés au 
seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun 
privilège ou à aucun autre droit si le présent message a été transmis 
involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes 
pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, 
veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses 
pièces jointes, de votre système.  La lecture, la distribution, la copie ou 
tout autre usage du présent message ou de ses pièces jointes par des personnes 
autres que le destinataire visé ne sont pas autorisés et pourraient être 
illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en 
aviser l'expéditeur.



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 PROTECTED]> wrote:
>
>   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 just been a combination of them!
>
> -Scott
>
> On 29 Mar 2007 08:08:26 -0700, Brian Holmes < [EMAIL PROTECTED]>
> wrote:
> >
> >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 to 768m in eclipse.ini and was wondering what other
> > people's javaw.exe is running at in memory usage?
> >
> > Mine's been hovering around 300mb and it just seems wrong.
> >
> >
> >
> >
> >
> > b.
> >
> > --
> > ***
> > The information in this e-mail is confidential and intended solely for
> > the individual or entity to whom it is addressed. If you have received this
> > e-mail in error please notify the sender by return e-mail delete this e-mail
> > and refrain from any disclosure or action based on the information.
> > ***
> >
> >
>
>
> --
>
> : : ) Scott
>

 





--

: : ) Scott


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
-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, slangeberg <[EMAIL PROTECTED]> wrote:
>
>   -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 PROTECTED]>
> > wrote:
> > >
> > >   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 just been a combination of them!
> > >
> > > -Scott
> > >
> > > On 29 Mar 2007 08:08:26 -0700, Brian Holmes <[EMAIL PROTECTED]>
> > > wrote:
> > > >
> > > >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 to 768m in eclipse.ini and was wondering what
> > > > other people's javaw.exe is running at in memory usage?
> > > >
> > > > Mine's been hovering around 300mb and it just seems wrong.
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > b.
> > > >
> > > > --
> > > > ***
> > > > The information in this e-mail is confidential and intended solely
> > > > for the individual or entity to whom it is addressed. If you have 
received
> > > > this e-mail in error please notify the sender by return e-mail delete 
this
> > > > e-mail and refrain from any disclosure or action based on the 
information.
> > > > ***
> > > >
> > > >
> > >
> > >
> > > --
> > >
> > > : : ) Scott
> > >
> >
> >
>
>
> --
>
> : : ) Scott
>
>  
>





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
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
> -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, slangeberg < [EMAIL PROTECTED]> wrote:
> >
> >   -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 PROTECTED]>
> > > wrote:
> > > >
> > > >   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 just been a combination of them!
> > > >
> > > > -Scott
> > > >
> > > > On 29 Mar 2007 08:08:26 -0700, Brian Holmes <[EMAIL PROTECTED]>
> > > > wrote:
> > > > >
> > > > >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 to 768m in eclipse.ini and was wondering what
> > > > > other people's javaw.exe is running at in memory usage?
> > > > >
> > > > > Mine's been hovering around 300mb and it just seems wrong.
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > b.
> > > > >
> > > > > --
> > > > > ***
> > > > > The information in this e-mail is confidential and intended
> > > > > solely for the individual or entity to whom it is addressed. If you 
have
> > > > > received this e-mail in error please notify the sender by return 
e-mail
> > > > > delete this e-mail and refrain from any disclosure or action based on 
the
> > > > > information.
> > > > > ***
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > >
> > > > : : ) Scott
> > > >
> > >
> > >
> >
> >
> > --
> >
> > : : ) Scott
> >
> >
>
 





--

: : ) Scott


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, slangeberg <[EMAIL PROTECTED]> wrote:


  -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 PROTECTED]> wrote:
> >
> >   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 just been a combination of them!
> >
> > -Scott
> >
> > On 29 Mar 2007 08:08:26 -0700, Brian Holmes <[EMAIL PROTECTED]>
> > wrote:
> > >
> > >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 to 768m in eclipse.ini and was wondering what
> > > other people's javaw.exe is running at in memory usage?
> > >
> > > Mine's been hovering around 300mb and it just seems wrong.
> > >
> > >
> > >
> > >
> > >
> > > b.
> > >
> > > --
> > > ***
> > > The information in this e-mail is confidential and intended solely
> > > for the individual or entity to whom it is addressed. If you have received
> > > this e-mail in error please notify the sender by return e-mail delete this
> > > e-mail and refrain from any disclosure or action based on the information.
> > > ***
> > >
> > >
> >
> >
> > --
> >
> > : : ) Scott
> >
>
>


--

: : ) Scott

 



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, slangeberg <[EMAIL PROTECTED]> wrote:


  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
> 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
> > -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, slangeberg < [EMAIL PROTECTED]>
> > wrote:
> > >
> > >   -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 PROTECTED]>
> > > > wrote:
> > > > >
> > > > >   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 just been a combination of them!
> > > > >
> > > > > -Scott
> > > > >
> > > > > On 29 Mar 2007 08:08:26 -0700, Brian Holmes <[EMAIL PROTECTED]>
> > > > > wrote:
> > > > > >
> > > > > >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 to 768m in eclipse.ini and was wondering
> > > > > > what other people's javaw.exe is running at in memory usage?
> > > > > >
> > > > > > Mine's been hovering around 300mb and it just seems wrong.
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > b.
> > > > > >
> > > > > > --
> > > > > > ***
> > > > > > The information in this e-mail is confidential and intended
> > > > > > solely for the individual or entity to whom it is addressed. If you 
have
> > > > > > received this e-mail in error please notify the sender by return 
e-mail
> > > > > > delete this e-mail and refrain from any disclosure or action based 
on the
> > > > > > information.
> > > > > > ***
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > >
> > > > > : : ) Scott
> > > > >
> > > >
> > > >
> > >
> > >
> > > --
> > >
> > > : : ) Scott
> > >
> > >
> >
>


--

: : ) Scott

 



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 amount of memory usage in
Eclipse?

 

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, slangeberg <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> > wrote:

-vmargs
-Xms256m
-Xmx768m





On 3/29/07, dorkie dork from dorktown < [EMAIL PROTECTED]
<mailto:[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 PROTECTED]
<mailto:[EMAIL PROTECTED]> > wrote:

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 just been a combination of them! 

-Scott

On 29 Mar 2007 08:08:26 -0700, Brian Holmes < [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> > wrote: 

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 to 768m in eclipse.ini and was wondering what other
people's javaw.exe is running at in memory usage? 

Mine's been hovering around 300mb and it just seems wrong.

 

 

b.



***
The information in this e-mail is confidential and intended solely for
the individual or entity to whom it is addressed. If you have received
this e-mail in error please notify the sender by return e-mail delete
this e-mail and refrain from any disclosure or action based on the
information. 
*** 




-- 

: : ) Scott 

 




-- 

: : ) Scott 

 

 



***
The information in this e-mail is confidential and intended solely for the 
individual or entity to whom it is addressed.  If you have received this e-mail 
in error please notify the sender by return e-mail delete this e-mail and 
refrain from any disclosure or action based on the information.
***