summaryrefslogtreecommitdiff
path: root/vm/vm_object.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-03-24 21:53:03 +0000
committerThomas Bushnell <thomas@gnu.org>1997-03-24 21:53:03 +0000
commit30b32d2ccbf95436b642e6208d6829dcf68981fa (patch)
tree481af37a46b22473db7cadf280a6b5466136d726 /vm/vm_object.c
parent455c9e455d124e3359d8f9e16ffe111178589e6f (diff)
prerelease work
Diffstat (limited to 'vm/vm_object.c')
-rw-r--r--vm/vm_object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_object.c b/vm/vm_object.c
index 5186ee6..801fb06 100644
--- a/vm/vm_object.c
+++ b/vm/vm_object.c
@@ -182,7 +182,7 @@ vm_object_t kernel_object;
*/
queue_head_t vm_object_cached_list;
int vm_object_cached_count;
-int vm_object_cached_max = 100; /* may be patched*/
+int vm_object_cached_max = 200; /* may be patched*/
decl_simple_lock_data(,vm_object_cached_lock_data)