chs
83d071a318
add UBC memory-usage balancing. we track the number of pages in use for
...
each of the basic types (anonymous data, executable image, cached files)
and prevent the pagedaemon from reusing a given page if that would reduce
the count of that type of page below a sysctl-setable minimum threshold.
the thresholds are controlled via three new sysctl tunables:
vm.anonmin, vm.vnodemin, and vm.vtextmin. these tunables are the
percentages of pageable memory reserved for each usage, and we do not allow
the sum of the minimums to be more than 95% so that there's always some
memory that can be reused.
2001-03-09 01:02:10 +00:00
..
2001-02-19 22:48:57 +00:00
2001-02-19 22:48:57 +00:00
2001-02-19 22:48:57 +00:00
2001-02-19 22:48:57 +00:00
2001-02-19 22:48:57 +00:00
2001-02-04 21:37:29 +00:00
2000-08-09 11:37:34 +00:00
2001-01-14 09:41:41 +00:00
2001-03-07 23:48:54 +00:00
2001-02-19 22:48:57 +00:00
2001-02-23 07:51:41 +00:00
2001-02-19 22:48:57 +00:00
2001-01-05 01:41:34 +00:00
2001-02-19 22:48:57 +00:00
2001-02-19 22:48:57 +00:00
2001-03-01 08:35:16 +00:00
2001-01-10 03:01:41 +00:00
2001-02-19 22:48:57 +00:00
2001-02-04 20:06:51 +00:00
2001-02-20 23:22:49 +00:00
2001-02-19 22:48:57 +00:00
2000-12-27 20:29:36 +00:00
2001-02-20 23:22:49 +00:00
2001-02-25 20:41:43 +00:00
2001-01-09 20:51:26 +00:00
2000-10-30 20:56:57 +00:00
2000-10-30 20:56:57 +00:00
2001-03-05 23:18:09 +00:00
2000-10-30 20:56:57 +00:00
2000-10-30 20:56:57 +00:00
2000-11-13 22:12:49 +00:00
2000-11-07 06:43:24 +00:00
2001-01-11 01:33:35 +00:00
2000-10-30 20:56:57 +00:00
2000-10-30 20:56:57 +00:00
2000-10-30 20:56:57 +00:00
2001-01-10 03:33:16 +00:00
2001-01-17 11:58:33 +00:00
2001-03-06 20:12:33 +00:00
2000-10-30 20:56:57 +00:00
2000-08-26 13:45:20 +00:00
2001-03-02 17:57:34 +00:00
2000-12-05 19:51:14 +00:00
2001-02-19 22:48:57 +00:00
2001-02-20 00:15:56 +00:00
2001-02-04 00:35:20 +00:00
2001-02-19 22:48:57 +00:00
2001-01-16 02:50:27 +00:00
2001-02-19 22:48:57 +00:00
2001-02-19 22:48:57 +00:00
2000-10-05 03:24:41 +00:00
2001-02-19 22:48:57 +00:00
2001-01-15 13:19:12 +00:00
2001-01-11 20:27:12 +00:00
2001-02-19 22:48:57 +00:00
2001-02-16 23:55:05 +00:00
2000-12-20 00:31:41 +00:00
2001-02-19 22:48:57 +00:00
2001-02-19 22:48:57 +00:00
2001-03-09 01:02:10 +00:00
2001-03-05 23:18:09 +00:00
2001-02-20 23:22:49 +00:00
2001-02-19 22:48:57 +00:00
2001-02-14 14:21:08 +00:00
2000-10-10 20:24:49 +00:00