[Newbies] Re: Version 5.0 running hot

2016-08-11 Thread Joseph Alotta
Thanks Chris.  I will keep this in an open window and let you know if I see 
something.


> On Aug 11, 2016, at 11:21 AM, Chris Muller-3 [via Smalltalk] 
>  wrote:
> 
> Hi Joseph, nothing in the base Squeak 5 should make your image that busy. 
> 
> You might be able to get a list of things your image is doing by 
> executing this code in a workspace: 
> 
>MessageTally spyAllOn: [ (Delay forSeconds: 10) wait ] 
> 
> Wait 10 seconds for the window to appear. 
> 
> On Thu, Aug 11, 2016 at 10:07 AM, Joseph Alotta <[hidden email]> wrote:
> 
> > I just switched from version 4.3 to 5.0.  I like the new features, thank 
> > you. 
> > 
> > But I have 5.0 running, hidden from my desktop, and I am reading my mail. I 
> > notice the laptop is getting very warm on the 
> > bottom.  I look at the Activity Monitor and find that Squeak 5.0 accounts 
> > for 50% of my processing load.  (I have 4 cores, so 
> > I think it is 50% of all 4.) 
> > 
> > When I save and quit Squeak, it immediately starts to cool off. 
> > 
> > Again, Squeak 4.3 could run hidden in a window and never affect my power 
> > consumption. 
> > 
> > What is 5.0 doing that 4.3 is not? 
> > 
> > Sincerely, 
> > 
> > Joe. 
> > 
> > 
> > 
> > ___ 
> > Beginners mailing list 
> > [hidden email] 
> > http://lists.squeakfoundation.org/mailman/listinfo/beginners
> ___ 
> Beginners mailing list 
> [hidden email] 
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
> 
> 
> If you reply to this email, your message will be added to the discussion 
> below:
> http://forum.world.st/Version-5-0-running-hot-tp4910523p4910554.html
> To start a new topic under Squeak - Beginners, email 
> ml-node+s1294792n107673...@n4.nabble.com 
> To unsubscribe from Squeak - Beginners, click here.
> NAML





--
View this message in context: 
http://forum.world.st/Version-5-0-running-hot-tp4910523p4910599.html
Sent from the Squeak - Beginners mailing list archive at Nabble.com.___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] Version 5.0 running hot

2016-08-11 Thread Chris Muller
Hi Joseph, nothing in the base Squeak 5 should make your image that busy.

You might be able to get a list of things your image is doing by
executing this code in a workspace:

   MessageTally spyAllOn: [ (Delay forSeconds: 10) wait ]

Wait 10 seconds for the window to appear.

On Thu, Aug 11, 2016 at 10:07 AM, Joseph Alotta  wrote:
> I just switched from version 4.3 to 5.0.  I like the new features, thank you.
>
> But I have 5.0 running, hidden from my desktop, and I am reading my mail. I 
> notice the laptop is getting very warm on the
> bottom.  I look at the Activity Monitor and find that Squeak 5.0 accounts for 
> 50% of my processing load.  (I have 4 cores, so
> I think it is 50% of all 4.)
>
> When I save and quit Squeak, it immediately starts to cool off.
>
> Again, Squeak 4.3 could run hidden in a window and never affect my power 
> consumption.
>
> What is 5.0 doing that 4.3 is not?
>
> Sincerely,
>
> Joe.
>
>
>
> ___
> Beginners mailing list
> Beginners@lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


[Newbies] Version 5.0 running hot

2016-08-11 Thread Joseph Alotta
I just switched from version 4.3 to 5.0.  I like the new features, thank you.

But I have 5.0 running, hidden from my desktop, and I am reading my mail. I 
notice the laptop is getting very warm on the
bottom.  I look at the Activity Monitor and find that Squeak 5.0 accounts for 
50% of my processing load.  (I have 4 cores, so
I think it is 50% of all 4.)

When I save and quit Squeak, it immediately starts to cool off.

Again, Squeak 4.3 could run hidden in a window and never affect my power 
consumption.

What is 5.0 doing that 4.3 is not?

Sincerely,

Joe.



___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] Re: printf not working on 5.0

2016-08-11 Thread Bert Freudenberg
On Thu, Aug 11, 2016 at 1:44 AM, Joseph Alotta 
wrote:

> Somehow the code was hooked into ByteString, but I can’t see where or how.
>
> Maybe there is a part that I forgot to copy.  Is it possible that the
> package makes modification to ByteString somewhere?
>

Yes, of course. The package defines various extension methods.

This is probably the easiest way to install it:

Installer ss project: 'Printf'; install: 'Printf'

- Bert -
___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners