Subject: Re: port-hp700/35237: Intensive compiles (e.g. kernels) result in resource limit
To: None <gnats-bugs@netbsd.org>
From: Nick Hudson <nick.hudson@dsl.pipex.com>
List: netbsd-bugs
Date: 11/02/2007 18:03:55
--Boundary-00=_Ma2KHHSw/G0+DY1
Content-Type: text/plain;
charset="iso-8859-6"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi,
If it's OK with you I'm tempted to close this PR with the attached diff - I
think 64Mb is a good default for now. I think other problems have been fixed
along the way.
Thoughts?
Nick
--Boundary-00=_Ma2KHHSw/G0+DY1
Content-Type: text/x-diff;
charset="iso-8859-6";
name="diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="diff"
Index: sys/arch/hppa/include/vmparam.h
===================================================================
RCS file: /cvsroot/src/sys/arch/hppa/include/vmparam.h,v
retrieving revision 1.11
diff -u -p -u -r1.11 vmparam.h
--- sys/arch/hppa/include/vmparam.h 18 Apr 2007 13:41:37 -0000 1.11
+++ sys/arch/hppa/include/vmparam.h 2 Nov 2007 17:54:42 -0000
@@ -56,7 +56,7 @@
#define MAXTSIZ (0x40000000) /* max text size */
#endif
#ifndef DFLDSIZ
-#define DFLDSIZ (16*1024*1024) /* initial data size limit */
+#define DFLDSIZ (64*1024*1024) /* initial data size limit */
#endif
#ifndef MAXDSIZ
#define MAXDSIZ (USRSTACK-MAXTSIZ) /* max data size */
--Boundary-00=_Ma2KHHSw/G0+DY1--