-
Notifications
You must be signed in to change notification settings - Fork 1.7k
DOCS-155 Windows Installation Tutorial #44
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
Conversation
work in 32-bit Windows. | ||
|
||
The 32-bit versions of MongoDB are suitable for testing and | ||
evaluation purposes but cannot use databases larger than 2GB. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While this is not technically wrong (agreed, you cannot use databases larger than 2GB) it implies that you are OK up to 2GB. In fact, because MongoDB memory-maps all database files into contiguous regions of user-mode address space, you can run into trouble well below 2 GB of data. It would be less misleading to replace "but cannot use databases larger than 2GB" with "but are limited to small databases".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
amended the note.
* DOCS-15440 dollar prefixed fields * Review feedback * Review feedback * Review feedback * Review feedback
DOCSP-31855 Add MongoDB Versions to Support Page
* DOCSP-13757: Delivery guarantees for sink and source
* (DOCSP-11394): Update Punctuation page * Apply suggestions from code review Co-authored-by: Anthony Sansone <[email protected]> * copy review Co-authored-by: Anthony Sansone <[email protected]>
* (DOCSP-5093): Kubernetes TLS/SSL documentation> * (DOCSP-5093): Additional tightening up. * (DOCSP-5093): Update security toc. * (DOCSP-5093): Move resource TLS stuff onto deployment pages. * (DOCSP-5093): Refactored tutorial page content into ConfigMap and resource deploy pages. * (DOCSP-5093): Remove unneeded pages from initial draft. * (DOCSP-5093): Additional cleanup. * Apply suggestions from code review Co-Authored-By: Anthony Sansone <[email protected]> * (DOCSP-5093) - Additional TLS/SSL -> SSL cleanup. * (DOCSP-5093): Reflow. * (DOCSP-5093): Add example blocks. * CA replacements. Co-Authored-By: Anthony Sansone <[email protected]> * (DOCSP-5093): Fix sharded cluster example pod names. * (DOCSP-5093): Review edits.
…on types (#44) [JIRA](https://jira.mongodb.org/browse/DOCSP-35767) This ticket was from someone noticing one case of this. Further searches found more. These showed up in spite of the bad syntax in old gen, but display empty boxes in new gen, and give no warning in the builds (should probably ask DOP if we can get a build warning for this) [STAGING](https://docs-mongodbcom-staging.corp.mongodb.com/ops-manager/docsworker-xlarge/DOCSP-35767/) [BUILD](https://workerpool-boxgs.mongodbstitch.com/pages/job.html?collName=queue&jobId=65ae85f630987d5050805795) Will also perform this search for CM, MEKO. Check all types listed here: https://www.mongodb.com/docs/meta/style-guide/style/callouts/
* Update federated auth example * Copy review feedback * copy review 2
No description provided.