summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-06-28 00:56:15 +0000
committerThomas Bushnell <thomas@gnu.org>1999-06-28 00:56:15 +0000
commit70862530a0eb43ac9e4797496bea1799e02366ca (patch)
tree2aee7f08bfcde2a77c18e5df79d82c5fb6cc1d86
parentf65f1b88b883f312629a2bf65b278432317df10e (diff)
*** empty log message ***
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b81e75..9b921d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,7 @@
(vm_page_release): New argument `external'. All callers
changed. Keep track of number of externally managed pages.
(vm_page_bootstrap): Initialize M->external.
+ (vm_page_external_limit): Define new variable.
* vm/vm_page.h (vm_page_external_limit, vm_page_external_count):
New variables.
(struct vm_page): New members `external' and `extcounted'.
@@ -24,6 +25,7 @@
doing work, then the only thing we do is schedule cleaning of
pages. Help keep track of the number of externally managed pages
that we care about.
+
* vm/vm_pageout.c (VM_PAGEOUT_BURST_WAIT): Reduce to 10ms/page.
(VM_PAGEOUT_EMPTY_WAIT): Reduce to 75 ms.