Adding numactl package
More and more physical servers are running on numa infrastructure. To get best performances, numactl is required.
This commit is contained in:
parent
5dc2d566c7
commit
04ecae0cc6
|
@ -28,7 +28,10 @@
|
|||
when: '"mongodb-org" in mongodb_package'
|
||||
|
||||
- name: Install MongoDB package
|
||||
apt: pkg={{mongodb_package}} state=present
|
||||
apt: name={{item}} state=present
|
||||
with_items:
|
||||
- "{{mongodb_package}}"
|
||||
- numactl
|
||||
|
||||
- name: reload systemd
|
||||
shell: systemctl daemon-reload
|
||||
|
|
Loading…
Reference in New Issue