diff --git a/docs/docs/command-line-flags.md b/docs/docs/command-line-flags.md index 0d9bfe1d509..e07199b60e3 100644 --- a/docs/docs/command-line-flags.md +++ b/docs/docs/command-line-flags.md @@ -186,7 +186,9 @@ When using Debian packages, the ideal way to customize Marathon is to specify co Maximum number of concurrently running deployments. Should the user try to submit more updates than set by this flag a HTTP 403 Error is returned with an explanatory error message. * `--[disable_]suppress_offers` (Optional. Default: disabled) Controls whether or not Marathon will suppress offers if there is nothing to launch. Enabling helps the performance - of Mesos in larger clusters, but enabling this flag will cause Marathon to more slowly release reservations. + of Mesos in larger clusters, but enabling this flag will cause Marathon to more slowly release + reservations. Additionally, enabling this when using Mesos 1.4.x or newer can lead to scenarios in which Marathon is + unable to relaunch resident tasks. ## Tuning Flags for Offer Matching/Launching Tasks