forked from memcached/memcached
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
also removes more reasons for a large slab to be "dirty". I was trying to avoid over-flushing when the global page pool is low, but it looks like the thread doesn't really keep up and we end up not moving pages fast enough. so the lower the global page pool the more over-aggressive the flusher gets. maybe instead of "oldest age" we could sort the large slabs by free chunks?
- Loading branch information
Showing
2 changed files
with
9 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters