Bug 28925

Summary: Changing the max stack size in the kernel
Product: Base System Reporter: Jim.Pirzyk <Jim.Pirzyk>
Component: kernAssignee: Jim Pirzyk <pirzyk>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.3-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Jim.Pirzyk 2001-07-12 21:00:01 UTC
	There is no parameter in the kernel configs to increase the stack
	size, like there is to increase the data size.

Fix: add this patch, and add MAXSSIZ to your kernel config (with the
	same format as MAXDSIZ).
How-To-Repeat: 	limit stacksize 131072
	limit: stacksize: Can't set limit
Comment 1 Jim Pirzyk freebsd_committer freebsd_triage 2001-07-15 04:08:39 UTC
Responsible Changed
From-To: freebsd-bugs->pirzyk

picked up another of my open calls
Comment 2 Jim Pirzyk freebsd_committer freebsd_triage 2001-07-20 21:44:48 UTC
State Changed
From-To: open->closed

Commited the changes to -CURRENT, will be MFC'ed in 1 week.