Skip to content

Commit

Permalink
fix typo (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
asimms41 authored Dec 18, 2024
1 parent cdd63e7 commit 991a22d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Cloud UI::
. On the **Connect** page, select your pipeline and look at the value for **Resources**.
+
* CPU resources are displayed first, in milliCPU. For example, `1` task is `100m` or 0.1 CPU.
* Memory is displayed next in megabytes. For example, `1` task is `400M` is 400 MB.
* Memory is displayed next in megabytes. For example, `1` task is `400M` or 400 MB.
--
Data Plane API::
Expand All @@ -137,7 +137,7 @@ Data Plane API::
. xref:manage:api/cloud-api-quickstart.adoc#try-the-cloud-api[Authenticate and get the base URL] for the Data Plane API.
. Make a request to xref:api:ROOT:cloud-api.adoc#get-/v1alpha2/redpanda-connect/pipelines[`GET /v1alpha2/redpanda-connect/pipelines`], which lists details of all pipelines on your cluster by ID.
+
* Memory (`memory_shares`) is displayed in megabytes. For example, `1` task is `400M` is 400 MB.
* Memory (`memory_shares`) is displayed in megabytes. For example, `1` task is `400M` or 400 MB.
* CPU resources (`cpu_shares`) are displayed milliCPU. For example, `1` task is `100m` or 0.1 CPU.
--
Expand Down

0 comments on commit 991a22d

Please sign in to comment.