mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 19:25:52 +08:00
Fix unclear comment.
This commit is contained in:
parent
11f25bc08f
commit
30957c3a43
@ -309,8 +309,9 @@ public:
|
||||
// Advance the commit version and the oldest readble version and commit until the remap queue is empty.
|
||||
virtual Future<Void> clearRemapQueue() = 0;
|
||||
|
||||
// If set to a valid pointer, the page cache should behave as though the page cache size limit has been
|
||||
// reduced by the target byte count.
|
||||
// Get a pointer to an integer representing a byte count penalty the pager should apply against usable page cache
|
||||
// memory. This is used to track significant memory usage external to the pager. Such usages should
|
||||
// increment/decrement the value at this pointer based on their memory footprint.
|
||||
virtual int64_t* getPageCachePenaltySource() = 0;
|
||||
|
||||
protected:
|
||||
|
Loading…
x
Reference in New Issue
Block a user