Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2001 01:16:04 -0700
From:      Terry Lambert <tlambert2@mindspring.com>
To:        Jim Pirzyk <Jim.Pirzyk@disney.com>
Cc:        arch@FreeBSD.ORG
Subject:   Re: Setting the default MAX Stack size
Message-ID:  <3B569744.E4EDCC63@mindspring.com>
References:  <01071816182904.00720@snoopy>

next in thread | previous in thread | raw e-mail | index | archive | help
Jim Pirzyk wrote:
> So I have a need to increase the max stack size in the kernel.  There
> currently is no knob to do this.  I though of implementing it like
> the max data size knob (MAXDSIZ).  Is this the best answer or should
> it maybe be done via read only sysctl (and then can be set in the
> /boot/loader.conf)?  I know how to do the former, but I am not sure
> about the latter.
> 
> Suggestions?

Change your code to not use so much auto variable space; if
you are using this much space, you need to rethink your
algorithm.

-- Terry

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B569744.E4EDCC63>