artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0166eb3
)
increase default data limit to size needed for make build
author
kstailey
<kstailey@openbsd.org>
Mon, 2 Dec 1996 14:20:41 +0000
(14:20 +0000)
committer
kstailey
<kstailey@openbsd.org>
Mon, 2 Dec 1996 14:20:41 +0000
(14:20 +0000)
sys/arch/sun3/include/vmparam.h
patch
|
blob
|
history
diff --git
a/sys/arch/sun3/include/vmparam.h
b/sys/arch/sun3/include/vmparam.h
index
1fac810
..
991b7a0
100644
(file)
--- a/
sys/arch/sun3/include/vmparam.h
+++ b/
sys/arch/sun3/include/vmparam.h
@@
-70,7
+70,7
@@
#define MAXTSIZ (8*1024*1024) /* max text size */
#endif
#ifndef DFLDSIZ
-#define DFLDSIZ (
8*1024*1024)
/* initial data size limit */
+#define DFLDSIZ (
16*1024*1024)
/* initial data size limit */
#endif
#ifndef MAXDSIZ
#define MAXDSIZ (32*1024*1024) /* max data size */