Skip to content

DOCS-4429 --noprealloc is deprecated #2068

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

Merged
merged 1 commit into from
Nov 26, 2014

Conversation

kangas
Copy link
Contributor

@kangas kangas commented Nov 25, 2014

First attempt at resolving DOCS-4429.

On Unix-like systems, :program:`mongod` preallocates an additional data file and
initializes the disk space to ``0``. Preallocating data files in
the background prevents significant delays when a new database file
is next allocated.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we removing also this part of the doc?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See DOCS-4429. mongod as of 2.6 no longer preallocates data files.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK sorry. I thought the it wasn't possible to disable pre-allocation on 2.6. Basically pre-allocation was always enabled in 2.6
(too many negatives) :)

mpaik added a commit that referenced this pull request Nov 26, 2014
DOCS-4429 --noprealloc is deprecated
@mpaik mpaik merged commit f582a15 into mongodb:master Nov 26, 2014
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request Jun 26, 2025
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.

3 participants