diff options
| author | David Greenman <dg@FreeBSD.org> | 1996-01-29 12:36:36 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1996-01-29 12:36:36 +0000 |
| commit | 5853f90f428ed80b5b46e66c84d0268830b216f5 (patch) | |
| tree | a16cf6b3e9f37039950b81f57cb0e9e4f77ffe18 /sys/vm/vm_object.c | |
| parent | 6992d84356b35a5254ccf24cfdbd976edb661834 (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_object.c')
| -rw-r--r-- | sys/vm/vm_object.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index e51b6c07c755..384cdea8f6b8 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_object.c,v 1.48 1995/06/11 19:31:53 rgrimes Exp $ + * $Id: vm_object.c,v 1.48.2.1 1995/06/14 17:21:58 davidg Exp $ */ /* @@ -174,7 +174,7 @@ vm_object_init(vm_offset_t nothing) vm_object_cache_max = 84; if (cnt.v_page_count > 1000) - vm_object_cache_max += (cnt.v_page_count - 1000) / 4; + vm_object_cache_max += (cnt.v_page_count - 1000) / 3; for (i = 0; i < VM_OBJECT_HASH_COUNT; i++) LIST_INIT(&vm_object_hashtable[i]); |
