Skip to content

Commit

Permalink
set ulimits based on smartsense recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
seanorama authored and alexandruanghel committed Nov 9, 2018
1 parent 649f295 commit f259d61
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions playbooks/roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,19 @@
* hard nofile 32768
* soft nproc 32768
* hard nproc 32768
root soft nproc unlimited
ams - nofile 64000
atlas - nofile 64000
druid - nofile 64000
hive - nofile 64000
infra-solr - nofile 64000
kms - nofile 64000
knox - nofile 64000
logsearch - nofile 64000
ranger - nofile 64000
spark - nofile 64000
zeppelin - nofile 64000
zookeeper - nofile 64000
marker: "# {mark} ANSIBLE MANAGED BLOCK"

- name: Set swappiness to {{ swappiness }}
Expand Down

0 comments on commit f259d61

Please sign in to comment.