summaryrefslogtreecommitdiff
path: root/viengoos/ChangeLog
diff options
context:
space:
mode:
authorneal <neal>2008-07-04 09:15:45 +0000
committerneal <neal>2008-07-04 09:15:45 +0000
commitc8d86e0fffc8ddd8a280c21546e6dd79ab79efef (patch)
tree253e1f422f677ebb0c5186424bded742281e3c6c /viengoos/ChangeLog
parent7bdad7dbd6dc8477abe3d66092c27dcf7996c818 (diff)
2008-07-04 Neal H. Walfield <neal@gnu.org>
* pager.c (pager_collect): Start with a factor of 1, not 0, when calculating the impact of active pages. When calculating the number of frames available to an activity, cast the unsigned variables to ints. Correct the calculation of FRAMES. Bump VICTIM->FREE_ALLOCATIONS to a 1000. Always add GOAL to TOTAL_FREED when we send a memory pressure message.
Diffstat (limited to 'viengoos/ChangeLog')
-rw-r--r--viengoos/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/viengoos/ChangeLog b/viengoos/ChangeLog
index de4d941..dab948b 100644
--- a/viengoos/ChangeLog
+++ b/viengoos/ChangeLog
@@ -1,5 +1,14 @@
2008-07-04 Neal H. Walfield <neal@gnu.org>
+ * pager.c (pager_collect): Start with a factor of 1, not 0, when
+ calculating the impact of active pages. When calculating the
+ number of frames available to an activity, cast the unsigned
+ variables to ints. Correct the calculation of FRAMES. Bump
+ VICTIM->FREE_ALLOCATIONS to a 1000. Always add GOAL to
+ TOTAL_FREED when we send a memory pressure message.
+
+2008-07-04 Neal H. Walfield <neal@gnu.org>
+
* ager.c (update_stats): When calculating statistics, remove a
little bit from the total memory available to the root activity.