Subject: Re: where has all my memory gone?
To: None <netbsd-users@netbsd.org>
From: Diana Eichert <deichert@wrench.com>
List: netbsd-users
Date: 07/08/2003 08:11:45
On Wed, 9 Jul 2003, Simon Burge wrote:

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

So if I built a new kernel with MAXDSIZ=2147483648        2*1024*1024*1024
would that adversely effect anything else?

thanks