From nobody@FreeBSD.org  Mon Jul 19 12:28:38 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4ED6D16A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 19 Jul 2004 12:28:38 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 499FC43D1D
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 19 Jul 2004 12:28:38 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JCSbhn049460
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 19 Jul 2004 12:28:37 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.11/8.12.11/Submit) id i6JCSbi9049459;
	Mon, 19 Jul 2004 12:28:37 GMT
	(envelope-from nobody)
Message-Id: <200407191228.i6JCSbi9049459@www.freebsd.org>
Date: Mon, 19 Jul 2004 12:28:37 GMT
From: Lars Kller <lars.koeller@uni-bielefeld.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: init dies when MAXSSIZ, MAXDSIZ, and DFLDSIZ is set to physical memory
X-Send-Pr-Version: www-2.3

>Number:         69281
>Category:       i386
>Synopsis:       init dies when MAXSSIZ, MAXDSIZ, and DFLDSIZ is set to physical memory
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-i386
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 19 12:30:24 GMT 2004
>Closed-Date:    Thu Apr 13 21:39:33 GMT 2006
>Last-Modified:  Thu Apr 13 21:39:33 GMT 2006
>Originator:     Lars Kller
>Release:        FreeBSD 4.10-RELEASE-p2
>Organization:
University Bielefeld
>Environment:
FreeBSD odie.hrz.uni-bielefeld.de 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #0: Mon Jul 19 10:52:46 CEST 2004     root@odie.hrz.uni-bielefeld.de:/usr/src/sys/compile/VSCAN  i386
     
>Description:
Build kernel config File with settings for

options         MAXSSIZ="(2048*1024*1024)"
options         MAXDSIZ="(2048*1024*1024)"
options         DFLDSIZ="(2048*1024*1024)"

where the installed memory is 2048 MB.

After reboot you get:

..
init died (signal 6, exit 0)


>How-To-Repeat:
      
>Fix:
      
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: maxim 
State-Changed-When: Thu Apr 13 21:32:34 UTC 2006 
State-Changed-Why:  
An expected behaviour.  i386 address space is limited by 4GB. 
Also it is not clear why do you need 2G for stack. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69281 
>Unformatted:
