|
Author:
{u'username': u'schmalliso', u'name': u'Allison Moore', u'email': u'allison.moore@10gen.com'}
Message: DOCS-6767: production notes first pass
production-notes: tweak Linux NUMA disable
1. Swap the order of the `numactl` and `zone_reclaim_mode` commands. This is better because if a user manually follows the old steps, they may run `numactl --interleave=all mongod` before fixing `zone_reclaim_mode`, and thereby still receive `zone_reclaim_mode` startup warnings.
2. Adjust the `zone_reclaim_mode` command to be an appropriate sudo-style command (simply prepending `sudo` won't work), indicating that the command needs to be run as root (and how). Also provide a more modern `sysctl` based variant (again with sudo).
3. Add `<options>` to the `numactl` command to indicate that these can be specified if desired.
4. "may" -> "should"
5. "including ..., or clients" -> "including ..., and clients"
Signed-off-by: Allison Moore <allison.moore@10gen.com>
DOCS-6767: clarifies how 'many' is many cores
Signed-off-by: kay <kay.kim@10gen.com>
Branch: master
https://github.com/mongodb/docs/commit/f4c8f3e42293bb9e1dbe6c53e47222aae55f8b49
|