Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix maximum page size at eviction to maximum page size seen at eviction #6283

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

schwarmco
Copy link

In this commit mongodb/mongo@838d364 the wording of this property on wiredtiger.cache changed. This PR adds the seen to the docs as it is the current wording:

test> db.version()
7.0.14
test> db.runCommand( { serverStatus: 1 } ).wiredTiger.cache['maximum page size at eviction']

test> db.runCommand( { serverStatus: 1 } ).wiredTiger.cache['maximum page size seen at eviction']
0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant