Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/sysinst PR misc/54886: bump threshold for automatic...
details: https://anonhg.NetBSD.org/src/rev/ec4cc3affca4
branches: trunk
changeset: 745912:ec4cc3affca4
user: martin <martin%NetBSD.org@localhost>
date: Mon Mar 16 06:48:17 2020 +0000
description:
PR misc/54886: bump threshold for automatic/default creation of a tmpfs /tmp
up slightly (to 384 MB ram). This will make sure the default install has
a > 64 MB /tmp available (number pulled out of thin air, 64 MB is the minimum
required by the ZFS tests).
diffstat:
usr.sbin/sysinst/defs.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 68e6fff9a604 -r ec4cc3affca4 usr.sbin/sysinst/defs.h
--- a/usr.sbin/sysinst/defs.h Mon Mar 16 01:54:23 2020 +0000
+++ b/usr.sbin/sysinst/defs.h Mon Mar 16 06:48:17 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: defs.h,v 1.56 2020/02/19 21:51:21 martin Exp $ */
+/* $NetBSD: defs.h,v 1.57 2020/03/16 06:48:17 martin Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -72,7 +72,7 @@
* if a system has less ram (in MB) than this, we will not create a
* tmpfs /tmp by default (to workaround PR misc/54886)
*/
-#define SMALL_RAM_SIZE 256
+#define SMALL_RAM_SIZE 384
/* helper macros to create unique internal error messages */
#define STR_NO(STR) #STR
Home |
Main Index |
Thread Index |
Old Index