From ba895e827f2fcfda88a93ad039225f211fc8ed40 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 22 May 2008 11:16:03 +0000 Subject: [PATCH] added the limit memory menu item svn: r9926 --- collects/scribblings/drscheme/menus.scrbl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/collects/scribblings/drscheme/menus.scrbl b/collects/scribblings/drscheme/menus.scrbl index 84933b263d..46467dc2a7 100644 --- a/collects/scribblings/drscheme/menus.scrbl +++ b/collects/scribblings/drscheme/menus.scrbl @@ -261,6 +261,10 @@ clears only the corresponding teachpack. @item{@defmenuitem{Kill} Terminates the current evaluation.} +@item{@defmenuitem{Limit Memory...} Allow you to specify a +limit on the amount of memory that a program running in +DrScheme is allowed to consume.} + @item{@defmenuitem{Clear Error Highlight} Removes the red background that signals the source location of an error.}