Add warning in docs

This commit is contained in:
Mike Place 2017-02-22 11:44:38 -07:00
parent 9cf654b72c
commit 1dba2f9cb0
No known key found for this signature in database
GPG Key ID: 9136F4F13705CFD3

View File

@ -647,6 +647,10 @@
###########################################
# Disable multiprocessing support, by default when a minion receives a
# publication a new process is spawned and the command is executed therein.
#
# WARNING: Disabling multiprocessing may result in substantial slowdowns
# when processing large pillars. See https://github.com/saltstack/salt/issues/38758
# for a full explanation.
#multiprocessing: True