This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mesos-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 06279a2 Updated the website built from mesos SHA: 2fbdb30a3.
06279a2 is described below
commit 06279a2ef3af8a563c4cf8b6542e975e8b13e156
Author: jenkins <[email protected]>
AuthorDate: Mon Nov 16 16:20:31 2020 +0000
Updated the website built from mesos SHA: 2fbdb30a3.
---
.../latest/configuration/master/index.html | 26 ++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/content/documentation/latest/configuration/master/index.html
b/content/documentation/latest/configuration/master/index.html
index d19cc54..2dd2e56 100644
--- a/content/documentation/latest/configuration/master/index.html
+++ b/content/documentation/latest/configuration/master/index.html
@@ -588,6 +588,32 @@ If not set, offers do not timeout.
</td>
</tr>
+<tr id="offer_constraints_re2_max_mem">
+ <td>
+ --offer_constraints_re2_max_mem=VALUE
+ </td>
+ <td>
+Limit on the memory usage of each RE2 regular expression in
+framework's offer constraints. If `OfferConstraints` contain a regex
+from which a RE2 object cannot be constructed without exceeding this
+limit, then framework's attempt to subscribe or update subscription
+with these `OfferConstraints` will fail. (default: 4KB)
+ </td>
+</tr>
+
+<tr id="offer_constraints_re2_max_program_size">
+ <td>
+ --offer_constraints_re2_max_program_size=VALUE
+ </td>
+ <td>
+Limit on the RE2 program size of each regular expression in
+framework's offer constraints. If `OfferConstraints` contain a regex
+which results in a RE2 object exceeding this limit,
+then framework's attempt to subscribe or update subscription
+with these `OfferConstraints` will fail. (default: 100)
+ </td>
+</tr>
+
<tr id="publish_per_framework_metrics">
<td>
--[no-]publish_per_framework_metrics