Path: utzoo!attcan!uunet!lll-winken!csd4.milw.wisc.edu!leah!rpi!batcomputer!cornell!uw-beaver!rice!sun-spots-request From: barry@ads.com (Barry Lustig) Newsgroups: comp.sys.sun Subject: Re: Stack space with Sunos 4.0 Message-ID: <8902192047.AA00936@confusion.ads.com> Date: 1 Mar 89 20:23:42 GMT Sender: usenet@rice.edu Organization: Advanced Decision Systems, Mt. View, CA (415) 960-7300 Lines: 13 Approved: Sun-Spots@rice.edu Original-Date: Sun, 19 Feb 89 12:47:29 PST X-Sun-Spots-Digest: Volume 7, Issue 176, message 8 of 12 X-Issue-Reference: v7n161 In article <981@nvuxr.UUCP> you write: > How can I increase the stack limit? Swap space doesn't seem to > be the issue (I tried doing the compile on another machine > which has over 40Mbytes of swap, and it made no difference). Try "limit stacksize 8192". The argument to the stacksize argument to limit is in kilobytes. If that doesn't work set it even higher. But, be very careful that you don't do "unlimit stacksize". This will cause any process that you spawn from that shell to fail with problems in the dynamically linking loader. Barry Lustig Advanced Decision Systems barry@ADS.COM