Skip to content

Commit

Permalink
Adding numactl package
Browse files Browse the repository at this point in the history
More and more physical servers are running on numa infrastructure. To
get best performances, numactl is required.
  • Loading branch information
deimosfr committed Jun 26, 2015
1 parent 5dc2d56 commit 04ecae0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tasks/install.deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04ecae0

Please sign in to comment.