Skip to content

Commit

Permalink
attempting to fix missing line breaks
Browse files Browse the repository at this point in the history
- bold elements should each reside on their own line
  • Loading branch information
keegoid-nr committed Apr 20, 2022
1 parent 787a7b6 commit d6edfcc
Showing 1 changed file with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ To host CPMs, your system must meet the minimum requirements for the chosen syst
</td>

<td>
**Linux kernel:** 3.10 or higher
**macOS:** 10.11 or higher
**Linux kernel:** 3.10 or higher
**macOS:** 10.11 or higher
**Windows:** Windows 10 64-bit or higher

*You must also configure Docker to run Linux containers in order for CPMs to work on Windows systems.*
Expand Down Expand Up @@ -129,9 +129,9 @@ To host CPMs, your system must meet the minimum requirements for the chosen syst
</td>

<td>
**Ping:** Negligible
**Scripted API:** 7
**Simple browser:** 27
**Ping:** Negligible
**Scripted API:** 7
**Simple browser:** 27
**Scripted browser:** 28

Measured by monitoring write throughput for [https://newrelic.com](https://newrelic.com) on an AWS EC2 m5.xlarge instance with: AL2, gp2 storage class, 50 GiB root volume, a default [Docker CPM install](#docker-update), and 1 monitor at a time set to 1-minute frequency. Efficiency gains are expected with multiple monitors running. These values may be higher or lower than your own depending on many factors.
Expand Down Expand Up @@ -201,8 +201,8 @@ To host CPMs, your system must meet the minimum requirements for the chosen syst
</td>

<td>
**Linux kernel:** 3.10 or higher
**macOS:** 10.11 or higher
**Linux kernel:** 3.10 or higher
**macOS:** 10.11 or higher
**Windows:** Windows 10 64-bit or higher
</td>
</tr>
Expand All @@ -223,7 +223,7 @@ To host CPMs, your system must meet the minimum requirements for the chosen syst
</td>

<td>
**CPU (vCPU/Core):** 0.5 up to 0.75
**CPU (vCPU/Core):** 0.5 up to 0.75
**Memory:** 0.8Gi up to 1.6Gi

Resources allocated to a Minion pod are user configurable.
Expand All @@ -236,7 +236,7 @@ To host CPMs, your system must meet the minimum requirements for the chosen syst
</td>

<td>
**CPU (vCPU/Core):** 0.5 up to 1
**CPU (vCPU/Core):** 0.5 up to 1
**Memory:** 1.25Gi up to 3Gi

* For a scripted API check, 1.25Gi will be requested with a limit of 2.5Gi.
Expand All @@ -255,7 +255,7 @@ To host CPMs, your system must meet the minimum requirements for the chosen syst
</td>

<td>
**Root volume:** A minimum of 50 GiB (node + PV)
**Root volume:** A minimum of 50 GiB (node + PV)
**Persistent volume (PV):** A minimum of 20 GiB

If a `ReadWriteOnce` (RWO) PV is provided to the minion, an implicit node affinity will be established to ensure the minion and the runner containers are scheduled on the same node. This is required to allow the minion and the associated runners access to the PV, as an RWO PV can be accessed only by a single node in the cluster.
Expand All @@ -268,9 +268,9 @@ To host CPMs, your system must meet the minimum requirements for the chosen syst
</td>

<td>
**Ping:** Negligible
**Scripted API:** 11
**Simple browser:** 33
**Ping:** Negligible
**Scripted API:** 11
**Simple browser:** 33
**Scripted browser:** 31

Measured by monitoring write throughput for [https://newrelic.com](https://newrelic.com) on an AWS EKS 1.21 cluster backed by one EC2 m5.xlarge node running with: gp2 storage class, 50 GiB root volume, 20 GiB PV/PVC with RWO access mode, a default [Kubernetes CPM install](#kubernetes-install) via Helm, and 1 monitor at a time set to 1-minute frequency. Efficiency gains are expected with multiple monitors running. These values may be higher or lower than your own depending on many factors.
Expand Down

0 comments on commit d6edfcc

Please sign in to comment.