-
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 <atsansone@users.noreply.github.com> * copy review Co-authored-by: Anthony Sansone <atsansone@users.noreply.github.com>
* (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 <atsansone@users.noreply.github.com> * (DOCSP-5093) - Additional TLS/SSL -> SSL cleanup. * (DOCSP-5093): Reflow. * (DOCSP-5093): Add example blocks. * CA replacements. Co-Authored-By: Anthony Sansone <atsansone@users.noreply.github.com> * (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
* (DOCSP-33830) AtlasGov AKO and Terraform support * (DOCSP-36196) Push logs to S3 unsupported on gov
* DOCSP-11193 restructured doc pages
(cherry picked from commit 4f8389c) Co-authored-by: Mike Woofter <108414937+mongoKart@users.noreply.github.com>
Add indexing tutorial
* wip * wip * first draft * first draft * add to TOC * refinement * implement some feedback * more feedback * broken link
DOCSP-13488: mongodb aws updates
(cherry picked from commit dfd152b)
* update artifact id * autobuilder * autobuilder retry * autobuilder retry
* update artifact id * autobuilder * autobuilder retry * autobuilder retry (cherry picked from commit fc6a052)
* update artifact id * autobuilder * autobuilder retry * autobuilder retry (cherry picked from commit fc6a052)
converted to draft b/c going to refactor later as 'working with flows' page. # Pull Request Info [PR Reviewing Guidelines](https://github.com/mongodb/docs-java/blob/master/REVIEWING.md) JIRA - https://jira.mongodb.org/browse/DOCSP-NNNNN Staging - https://docs-mongodbcom-staging.corp.mongodb.com/kotlin/docsworker-xlarge/draft_cursor_page/ ## Self-Review Checklist - [ ] Is this free of any warnings or errors in the RST? - [ ] Did you run a spell-check? - [ ] Did you run a grammar-check? - [ ] Are all the links working?
(cherry picked from commit 14c04d9)
* remove visible todos * fix link * link replace to change * link to retrieve guide * update api constant * add ref and link to insert * hide upsert page * remove upsert from toctree * rename ref
DOP-1098: Fix mobile rendering
No description provided.