Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!husc6!endor!siegel From: siegel@endor.harvard.edu (Rich Siegel) Newsgroups: comp.sys.mac.programmer Subject: Re: heap and zone sizes Message-ID: <2375@husc6.harvard.edu> Date: 7 Aug 89 04:13:00 GMT References: <6181@hubcap.clemson.edu> Sender: news@husc6.harvard.edu Reply-To: siegel@endor.UUCP (Rich Siegel) Organization: Symantec Language Products Group Lines: 27 In article <6181@hubcap.clemson.edu> mikeoro@hubcap.clemson.edu (Michael K O'Rourke) writes: >What is the proper way to determine the minimum stack and zone sizes that >your program will be able to function with? I am using LSP and i want to Unless your program is very heavily recursive, or has routines that declare huge amounts of local storage, the default 16K stack allocation is probably sufficient. Most programs will like 256K of zone, perhaps more; it depends very heavily on what the program is doing. When configuring the SIZE resource, the number you give it should be the sum of the stack and zone sizes. -_Rich ~~~~~~~~~~~~~~~ Rich Siegel Staff Software Developer Symantec Corporation, Language Products Group Internet: siegel@endor.harvard.edu UUCP: ..harvard!endor!siegel "When it comes to my health, I think of my body as a temple - or at least a moderately well-managed Presbyterian youth center." - Emo Phillips ~~~~~~~~~~~~~~~