Setting the memory limit in DrScheme

When you use DrScheme, you should be sure to set the memory limit by going to the menu-item:

Scheme->Limit Memory

Doing so allows DrScheme to “play nice” with the operating system when you write some code that eats up all of the free memory. Rather than taking the whole operating system down; DrScheme dies gracefully.

Leave a Reply

Your email address will not be published. Required fields are marked *