This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2009-01-17 21:25:41

bosox397
Scratcher
Registered: 2008-02-17
Posts: 1000+

Warning: Squeaks memory is too low!

When I was working on my new project the following message came up

WARNING!: squeaks memory is too low.

How do I make it so the memory gets big again? I think I know why its so low. Because before I got java which was three days ago, I had to download any project I wanted to view so I think the projects got saved into my computer. So I guess I want to know where to go to delete all those projects/files?


Dear Scratch Users,
I'm done with scratch, or at least making projects. I have made one last big game, thats both fun and teaches a lesson about water. It'd mean a lot if you gave me feedback.                              http://scratch.mit.edu/projects/bosox397/569201

Offline

 

#2 2009-01-18 02:17:30

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: Warning: Squeaks memory is too low!

Well, Jens can probably help you more with what Squeak is trying to tell you with that message.  I'm not sure it's a disk space problem...the message would probably say something about disk space rather than memory.  When a program talks about being low on memory, it is usually refering to RAM (random access memory) which is supplied by memory chips on the computer's circuit boards. 

You might be low on RAM if you have a lot of programs all running at the same time.  Each running program takes a portion of the available RAM and you can run out if you try and have too many running at one time. 

Sometimes it may not look like you are running a lot of programs but in fact you are, particularly if some programs are not shutting down properly.  You may have to reboot your computer to clean up any of these "orphaned processes" that didn't shut down properly and return the memory they were using.  Try rebooting your computer and see if Scratch keeps giving you the message.

Usually there is a system performance monitor program that you can run that can give you an idea of how much memory is being used and by which programs.  On my PC I can get to it by doing Ctrl-Alt-Delete and selecting Task Manager which has a Performance tab in it.


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#3 2009-01-18 10:33:16

bosox397
Scratcher
Registered: 2008-02-17
Posts: 1000+

Re: Warning: Squeaks memory is too low!

Thanks  smile


Dear Scratch Users,
I'm done with scratch, or at least making projects. I have made one last big game, thats both fun and teaches a lesson about water. It'd mean a lot if you gave me feedback.                              http://scratch.mit.edu/projects/bosox397/569201

Offline

 

#4 2009-01-18 16:21:48

Jens
Scratcher
Registered: 2007-06-04
Posts: 1000+

Re: Warning: Squeaks memory is too low!

Hi bosox397,

Thanks for reporting this!
the "low memory" warning you're seeing can have several causes. One used to be a simple bug in the pen size block in Scratch versions pre-1.3.1 which triggered that warning whenever you set a sprite's pen size to something very big (bigger that 64.000). We eliminated this bug in the current release, so you might want to check if you have the current version installed (sometimes that seems not to be so easy to tell as these versions use different folders and just installing 1.3.1 over 1.3 doesn't work every time, so please check the "about" dialog box to find out if you're really using 1.3.1).

If this doesn't solve your problem I'd be very interested to learn more about the circumstances, under which your memory runs low.


Jens Mönig

Offline

 

#5 2009-01-18 20:19:30

bosox397
Scratcher
Registered: 2008-02-17
Posts: 1000+

Re: Warning: Squeaks memory is too low!

Actually, I do not use the pen block at all. The project I was using is my newest one which I just released, Megaman Run, found in my signature. However, after further investigation, I found that that warning message only came up when I tried to import an image from a certain site. Then when I went to a different site and imported the image, everything was fine. Any reasons?


Dear Scratch Users,
I'm done with scratch, or at least making projects. I have made one last big game, thats both fun and teaches a lesson about water. It'd mean a lot if you gave me feedback.                              http://scratch.mit.edu/projects/bosox397/569201

Offline

 

#6 2009-01-18 22:58:53

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: Warning: Squeaks memory is too low!

bosox397 wrote:

Actually, I do not use the pen block at all. The project I was using is my newest one which I just released, Megaman Run, found in my signature. However, after further investigation, I found that that warning message only came up when I tried to import an image from a certain site. Then when I went to a different site and imported the image, everything was fine. Any reasons?

The image may be stored at different resolutions on the different sites.  Or different color depths.  Either of those can have a big impact on image size which may be triggering the Memory Low error.  I suppose the image could even be stored in different file formats so Scratch would have to run different translators to import them.


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#7 2009-01-19 10:43:47

bosox397
Scratcher
Registered: 2008-02-17
Posts: 1000+

Re: Warning: Squeaks memory is too low!

Alright well the project is loaded and works fine so I guess it doesn't matter anymore. But thanks for the help  big_smile


Dear Scratch Users,
I'm done with scratch, or at least making projects. I have made one last big game, thats both fun and teaches a lesson about water. It'd mean a lot if you gave me feedback.                              http://scratch.mit.edu/projects/bosox397/569201

Offline

 

Board footer