1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

added note on os x file limits

This commit is contained in:
Brian Coca 2015-09-08 09:17:38 -04:00
parent f1c72a55a5
commit 91a5d06c21

View file

@ -50,6 +50,12 @@ Currently Ansible can be run from any machine with Python 2.6 or 2.7 installed (
This includes Red Hat, Debian, CentOS, OS X, any of the BSDs, and so on.
.. note::
As of 2.0 ansible uses a few more file handles to manage it's forks, OS X has a very low setting so if you want to use 15 or more forks
you'll need to raise the ulimit, like so `sudo launchctl limit maxfiles 1024 2048`. Or just any time you see a "Too many open files" error.
.. _managed_node_requirements:
Managed Node Requirements