i know online has a limit but i dont care all i want to do is use this for school but i cant how can i get more memory because it says
'Warning! Squeak is almost out of memory!
Low space detection is now disabled. It will be restored when you close or proceed from this error notifier. Don't panic, but do proceed with caution.
Here are some suggestions:
ƒ If you suspect an infinite recursion (the same methods calling each other again and again), then close this debugger, and fix the problem.
ƒ If you want this computation to finish, then make more space available (read on) and choose "proceed" in this debugger. Here are some ways to make more space available...
> Close any windows that are not needed.
> Get rid of some large objects (e.g., images).
> Leave this window on the screen, choose "save as..." from the screen menu, quit, restart the Squeak VM with a larger memory allocation, then restart the image you just saved, and choose "proceed" in this window.
ƒ If you want to investigate further, choose "debug" in this window. Do not use the debugger "fullStack" command unless you are certain that the stack is not very deep. (Trying to show the full stack will definitely use up all remaining memory if the low-space problem is caused by an infinite recursion!)."
HELP!
Offline
That generally happens when there's loads of long scripts running at the same time.
Offline
It also happens when you're editing really really long scripts.
Offline