increase size of malloc arena
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 11 Apr 1990 11:27:35 +0000 (03:27 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 11 Apr 1990 11:27:35 +0000 (03:27 -0800)
SCCS-vsn: sys/vax/vax/locore.s 7.23
SCCS-vsn: sys/tahoe/tahoe/locore.s 7.13

usr/src/sys/tahoe/tahoe/locore.s
usr/src/sys/vax/vax/locore.s

index 563c19b..33be4d2 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)locore.s    7.12 (Berkeley) %G%
+ *     @(#)locore.s    7.13 (Berkeley) %G%
  */
 
 #include "../tahoe/mtpr.h"
  */
 
 #include "../tahoe/mtpr.h"
@@ -625,7 +625,7 @@ _/**/mname: .globl  _/**/mname;             \
         * It is expanded as necessary by the special features
         * that use it.
         */
         * It is expanded as necessary by the special features
         * that use it.
         */
-       SYSMAP(kmempt   ,kmembase       ,300*CLSIZE     )
+       SYSMAP(kmempt   ,kmembase       ,1000*CLSIZE    )
 #ifdef GPROF
                                ADDMAP( 600*CLSIZE      )
 #endif
 #ifdef GPROF
                                ADDMAP( 600*CLSIZE      )
 #endif
index 8b5d931..dc3a946 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)locore.s    7.22 (Berkeley) %G%
+ *     @(#)locore.s    7.23 (Berkeley) %G%
  */
 
 #include "psl.h"
  */
 
 #include "psl.h"