Subject: changed files: 'src/sys/arch/i386/include vmparam.h'
To: None <source-changes>
From: Chris G. Demetriou <cgd>
List: source-changes
Date: 12/22/1993 04:31:01
Update of /b/source/CVS/src/sys/arch/i386/include
In directory sun-lamp.cs.berkeley.edu:/usr/src/sys/arch/i386/include

Modified Files:
	vmparam.h 
Log Message:
bump MAXSSIZ back down to 8M (from 256M, where charles put it).
execve() currently allocated MAXSSIZ of address space (AND PAGE TABLES)
for the stack.  until that's changed, and the stack-handling code is
updated to match, MAXSSIZ==256M will make execve() significantly slower
than MAXSSIZ==8M.


------------------------------------------------------------------------------