Subject: CVS commit: src/sys/arch/i386/include
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 09/20/2005 16:38:58
Module Name:	src
Committed By:	christos
Date:		Tue Sep 20 16:38:58 UTC 2005

Modified Files:
	src/sys/arch/i386/include: vmparam.h

Log Message:
- Bump default data size from 128M to 256M, allows the java interpreter to
  start up without unlimit.
- Bump max data size from 2G to 3G. The actual space we are allowed to allocate
  is somewhere between 2G and 3G, so trying to allocate above that will fail.
- Bump max stack size from 32M to 64M.

Approved by fvdl


To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 src/sys/arch/i386/include/vmparam.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.