Subject: Re: where has all my memory gone?
To: Emmanuel Dreyfus <manu@netbsd.org>
From: Simon Burge <simonb@wasabisystems.com>
List: netbsd-users
Date: 07/09/2003 00:05:07
Emmanuel Dreyfus wrote:

> I have a memory related problem: The machine has 2GB, NetBSD detects
> that correctly (dmesg shows the right value), but root cannot set the data 
> limit beyond 1GB. Why?
> 
> The machine is used for memory consuming computation, and being able to 
> use only 1GB over two is a pain.

In sys/arch/i386/include/vmparam.h:

	#ifndef MAXDSIZ
	#define MAXDSIZ         (1*1024*1024*1024)      /* max data size */
	#endif

Simon.
--
Simon Burge                            <simonb@wasabisystems.com>
NetBSD Support and Service:         http://www.wasabisystems.com/