Skip to content

Commit

Permalink
Make note about suppress option for Mesos 1.4.x and earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Harper authored and Tim Harper committed Jul 10, 2018
1 parent 1b41d4b commit 841b044
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docs/command-line-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 841b044

Please sign in to comment.