From dd1e4ffd0dbd6b7075bd9e5b2cee498ceb1394db Mon Sep 17 00:00:00 2001 From: Blake Covarrubias Date: Mon, 8 Jun 2020 09:09:08 -0700 Subject: [PATCH] docs: Fix rendering of markdown on performance page Fix issue with markdown not being rendered on /docs/install/performance.mdx. Resolves #8049 --- website/pages/docs/install/performance.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/install/performance.mdx b/website/pages/docs/install/performance.mdx index a3f319d900..2e970fa2f5 100644 --- a/website/pages/docs/install/performance.mdx +++ b/website/pages/docs/install/performance.mdx @@ -104,7 +104,7 @@ Here are some general recommendations: - Consul will make use of multiple cores, and at least 2 cores are recommended. -- Spurious leader elections can be caused by networking +- Spurious leader elections can be caused by networking issues between the servers or insufficient CPU resources. Users in cloud environments often bump their servers up to the next instance class with improved networking and CPU until leader elections stabilize, and in Consul 0.7 or later the [performance