Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp300/include Bump the initial data size limit to 3...
details: https://anonhg.NetBSD.org/src/rev/2dc9c7f99e35
branches: trunk
changeset: 500504:2dc9c7f99e35
user: simonb <simonb%NetBSD.org@localhost>
date: Tue Dec 12 23:46:22 2000 +0000
description:
Bump the initial data size limit to 32MB - large enough to compile a
kernel with an ELF toolchain.
diffstat:
sys/arch/hp300/include/vmparam.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 93905392df33 -r 2dc9c7f99e35 sys/arch/hp300/include/vmparam.h
--- a/sys/arch/hp300/include/vmparam.h Tue Dec 12 22:41:51 2000 +0000
+++ b/sys/arch/hp300/include/vmparam.h Tue Dec 12 23:46:22 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.23 2000/12/01 17:57:43 tsutsui Exp $ */
+/* $NetBSD: vmparam.h,v 1.24 2000/12/12 23:46:22 simonb Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -83,7 +83,7 @@
#define MAXTSIZ (8*1024*1024) /* max text size */
#endif
#ifndef DFLDSIZ
-#define DFLDSIZ (16*1024*1024) /* initial data size limit */
+#define DFLDSIZ (32*1024*1024) /* initial data size limit */
#endif
#ifndef MAXDSIZ
#define MAXDSIZ (64*1024*1024) /* max data size */
Home |
Main Index |
Thread Index |
Old Index