Re: energy consumption

2019-10-15 Thread Peter Cheung
i am using SSD.

Thanks
>From Peter (System Architect, Quantr Limited)


From: Tim Boudreau 
Sent: Tuesday, October 15, 2019 1:40:28 PM
To: dev@netbeans.apache.org 
Subject: Re: energy consumption

SSD or "spinning rust" disk?  That could make a big difference, though the
GPU issue likely has something to do with it.

-Tim

On Sun, Oct 13, 2019 at 6:06 PM Peter Cheung  wrote:

> Hi All
> Netbeans 11.1 eat up the notebook battery so fast. My macbook pro 15
> can only stand for 1.5 hour max. Does the group has any plan to optimize it?
> Thanks
> From Peter
>


--
http://timboudreau.com


Re: energy consumption

2019-10-14 Thread Tim Boudreau
SSD or "spinning rust" disk?  That could make a big difference, though the
GPU issue likely has something to do with it.

-Tim

On Sun, Oct 13, 2019 at 6:06 PM Peter Cheung  wrote:

> Hi All
> Netbeans 11.1 eat up the notebook battery so fast. My macbook pro 15
> can only stand for 1.5 hour max. Does the group has any plan to optimize it?
> Thanks
> From Peter
>


-- 
http://timboudreau.com


Re: energy consumption

2019-10-13 Thread Peter Cheung
Thank you all gentlemen

From: Jaroslav Tulach 
Sent: Monday, October 14, 2019 11:58 AM
To: dev 
Subject: Re: energy consumption

http://wiki.netbeans.org/FaqProfileMeNow
-jt

po 14. 10. 2019 v 4:51 odesílatel Eirik Bakke  napsal:

> This could be due to any number of issues that cause high CPU
> utilization--it might be very specific to your use case.
>
> So the first step would be to identify cases where you see NetBeans is
> using a lot of CPU resources, and try to figure out what is going on in
> each case.
>
> -- Eirik
>
> -Original Message-
> From: Peter Cheung 
> Sent: Sunday, October 13, 2019 6:06 PM
> To: dev@netbeans.apache.org
> Subject: energy consumption
>
> Hi All
> Netbeans 11.1 eat up the notebook battery so fast. My macbook pro 15
> can only stand for 1.5 hour max. Does the group has any plan to optimize it?
> Thanks
> From Peter
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


Re: energy consumption

2019-10-13 Thread Jaroslav Tulach
http://wiki.netbeans.org/FaqProfileMeNow
-jt

po 14. 10. 2019 v 4:51 odesílatel Eirik Bakke  napsal:

> This could be due to any number of issues that cause high CPU
> utilization--it might be very specific to your use case.
>
> So the first step would be to identify cases where you see NetBeans is
> using a lot of CPU resources, and try to figure out what is going on in
> each case.
>
> -- Eirik
>
> -Original Message-
> From: Peter Cheung 
> Sent: Sunday, October 13, 2019 6:06 PM
> To: dev@netbeans.apache.org
> Subject: energy consumption
>
> Hi All
> Netbeans 11.1 eat up the notebook battery so fast. My macbook pro 15
> can only stand for 1.5 hour max. Does the group has any plan to optimize it?
> Thanks
> From Peter
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


RE: energy consumption

2019-10-13 Thread Eirik Bakke
This could be due to any number of issues that cause high CPU utilization--it 
might be very specific to your use case.

So the first step would be to identify cases where you see NetBeans is using a 
lot of CPU resources, and try to figure out what is going on in each case.

-- Eirik

-Original Message-
From: Peter Cheung  
Sent: Sunday, October 13, 2019 6:06 PM
To: dev@netbeans.apache.org
Subject: energy consumption

Hi All
Netbeans 11.1 eat up the notebook battery so fast. My macbook pro 15 can 
only stand for 1.5 hour max. Does the group has any plan to optimize it?
Thanks
>From Peter

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: energy consumption

2019-10-13 Thread Peter Cheung
Hi, my macbook pro is 2016 early.


Thanks
From Peter

From: Steve Hannah 
Sent: Monday, October 14, 2019 9:33 AM
To: dev@netbeans.apache.org 
Subject: Re: energy consumption

Curious what year MacBook Pro?  I have a 2012  that really churns for
netbeans.  And a 2015 that runs with no issues.  Have never been able to
narrow down why the 2012 has to work so hard but I think it’s Java related
and not Netbeans specific.

On Sun, Oct 13, 2019 at 5:56 PM Scott Palmer  wrote:

> This is likely due to a bug that causes the Swing framework to use the
> high performance graphics chip instead of the integrated graphics chip.
>
> Unfortunately, I think the way that the NetBeans launcher works, the bug
> is unavoidable. The process that is using the CPU is not the main process
> of the NetBeans application bundle. I think that makes the workaround
> ineffective.
>
> Scott
>
> > On Oct 13, 2019, at 6:06 PM, Peter Cheung  wrote:
> >
> > Hi All
> >Netbeans 11.1 eat up the notebook battery so fast. My macbook pro 15
> can only stand for 1.5 hour max. Does the group has any plan to optimize it?
> > Thanks
> > From Peter
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
> --
Steve Hannah
Web Lite Solutions Corp.


Re: energy consumption

2019-10-13 Thread Steve Hannah
Curious what year MacBook Pro?  I have a 2012  that really churns for
netbeans.  And a 2015 that runs with no issues.  Have never been able to
narrow down why the 2012 has to work so hard but I think it’s Java related
and not Netbeans specific.

On Sun, Oct 13, 2019 at 5:56 PM Scott Palmer  wrote:

> This is likely due to a bug that causes the Swing framework to use the
> high performance graphics chip instead of the integrated graphics chip.
>
> Unfortunately, I think the way that the NetBeans launcher works, the bug
> is unavoidable. The process that is using the CPU is not the main process
> of the NetBeans application bundle. I think that makes the workaround
> ineffective.
>
> Scott
>
> > On Oct 13, 2019, at 6:06 PM, Peter Cheung  wrote:
> >
> > Hi All
> >Netbeans 11.1 eat up the notebook battery so fast. My macbook pro 15
> can only stand for 1.5 hour max. Does the group has any plan to optimize it?
> > Thanks
> > From Peter
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
> --
Steve Hannah
Web Lite Solutions Corp.


Re: energy consumption

2019-10-13 Thread Scott Palmer
This is likely due to a bug that causes the Swing framework to use the high 
performance graphics chip instead of the integrated graphics chip. 

Unfortunately, I think the way that the NetBeans launcher works, the bug is 
unavoidable. The process that is using the CPU is not the main process of the 
NetBeans application bundle. I think that makes the workaround ineffective. 

Scott

> On Oct 13, 2019, at 6:06 PM, Peter Cheung  wrote:
> 
> Hi All
>Netbeans 11.1 eat up the notebook battery so fast. My macbook pro 15 can 
> only stand for 1.5 hour max. Does the group has any plan to optimize it?
> Thanks
> From Peter

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists