summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/include/vmparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc/include/vmparam.h')
-rw-r--r--sys/arch/sparc/include/vmparam.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/sparc/include/vmparam.h b/sys/arch/sparc/include/vmparam.h
index fd578b1e95c..3f3ec56b5e0 100644
--- a/sys/arch/sparc/include/vmparam.h
+++ b/sys/arch/sparc/include/vmparam.h
@@ -1,4 +1,5 @@
-/* $NetBSD: vmparam.h,v 1.10 1996/03/14 19:49:20 christos Exp $ */
+/* $OpenBSD: vmparam.h,v 1.5 1997/08/08 08:26:54 downsj Exp $ */
+/* $NetBSD: vmparam.h,v 1.13 1997/07/12 16:20:03 perry Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -115,6 +116,10 @@
* so we loan each swapped in process memory worth 100$, or just admit
* that we don't consider it worthwhile and swap it out to disk which costs
* $30/mb or about $0.75.
+ * Update: memory prices have changed recently (9/96). At the current
+ * value of $6 per megabyte, we lend each swapped in process memory worth
+ * $0.15, or just admit that we don't consider it worthwhile and swap it out
+ * to disk which costs $0.20/MB, or just under half a cent.
*/
#define SAFERSS 4 /* nominal ``small'' resident set size
protected against replacement */