diff --git a/deps/menelaus/priv/public/index.html b/deps/menelaus/priv/public/index.html index f14c65eef0..7483d195ea 100644 --- a/deps/menelaus/priv/public/index.html +++ b/deps/menelaus/priv/public/index.html @@ -952,8 +952,6 @@

Access Control

Memory Size

- Please note: Memcached buckets are configured with a per-node amount of - memory. Total bucket memory will change as nodes are added/removed.
Cluster quota (192 Gb)
@@ -969,7 +967,7 @@

Memory Size

- +
@@ -1504,8 +1502,6 @@

Bucket Settings

Memory Size

- Please note: Memcached buckets are configured with a per-node amount of - memory. Total bucket memory will change as nodes are added/removed.
Cluster quota (192 Gb)
@@ -1520,7 +1516,7 @@

Memory Size

Free (12 Gb)
- +
diff --git a/deps/menelaus/src/menelaus_web_buckets.erl b/deps/menelaus/src/menelaus_web_buckets.erl index 9f2410a48b..6f9656625c 100644 --- a/deps/menelaus/src/menelaus_web_buckets.erl +++ b/deps/menelaus/src/menelaus_web_buckets.erl @@ -287,7 +287,7 @@ perform_warnings_validation(ParsedProps, Errors) -> ActiveCount = length(ns_cluster_membership:active_nodes()), if ActiveCount =< X -> - Msg = <<"Warning, you do not have enough servers to support this number of replicas. If you continue, a warning message will be displayed until you add enough servers to support this number of replicas.">>, + Msg = <<"Warning, you do not have enough servers to support this number of replicas.">>, [{replicaNumber, Msg}]; true -> []