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 ordering of bootstrap checks in docs #32417

Merged
merged 1 commit into from
Jul 27, 2018

Commits on Jul 27, 2018

  1. Fix ordering of bootstrap checks in docs

    In the section of the bootstrap checks docs for the maximum map count
    check, we refer to max size virtual memory check and explicitly call out
    the maximum size virtual memory check as being the previous
    point. However, this is not correct as the previous point is currently
    the max file size check. It does make sense for these two checks to be
    proximate to each other in the docs so this commit reorders the checks
    so that the maximum size virtual memory check indeed comes before the
    maximum map count check. This makes the sense in the maximum map count
    check correct.
    jasontedor committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    cb38251 View commit details
    Browse the repository at this point in the history