Skip to content

Commit 1d8b375

Browse files
feat(serverless): update consumption unit notation
1 parent 69badee commit 1d8b375

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

serverless/containers/concepts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ An environment variable is a variable whose value is set outside the program, ty
4040

4141
In addition to VCPU and RAM, Serverless Containers also provide a storage volume for the duration of the task. This storage space allows to hold the data retrieved by the job, and disappears once the execution is complete. The maximum size of the ephemeral storage is tied to the allocated memory.
4242

43-
## GB-s
43+
## GB/s
4444

4545
Unit used to measure the resource consumption of a container. It reflects the amount of memory consumed over time.
4646

@@ -123,7 +123,7 @@ The timeout is the maximum length of time your container can spend processing a
123123
vCPU is the abbreviation for **v**irtual **C**entralized **P**rocessing **U**nit. A vCPU represents a portion or share of the underlying physical CPU assigned to a particular container.
124124
The performance of a vCPU is determined by the percentage of time spent on the physical processor's core. It is possible to allocate different resource allowances on specific vCPUs for specific containers or virtual machines.
125125

126-
## vCPU-s
126+
## vCPU/s
127127

128128
Unit used to measure the resource consumption of a container. It reflects the amount of vCPU used over time.
129129

serverless/functions/concepts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ An environment variable is a variable whose value is set outside the program, ty
2828

2929
A function defines a procedure on how to change one element into another. The function remains static, while the variables that pass through it can vary.
3030

31-
## GB-s
31+
## GB/s
3232

3333
Unit used to measure the resource consumption of a function. It reflects the amount of memory consumed over time.
3434

@@ -112,6 +112,6 @@ A trigger is a mechanism that connects the function to an event source and enabl
112112

113113
Triggers can take many forms, such as HTTP requests, messages from a queue or a stream, CRON schedules, etc.
114114

115-
## vCPU-s
115+
## vCPU/s
116116

117117
Unit used to measure the resource consumption of a container. It reflects the amount of vCPU used over time.

serverless/jobs/concepts.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories:
1414

1515
## Container image
1616

17-
A container image is a file that includes all the requirements and instructions of a complete and executable version of an application.
17+
A container image is a file that includes all the requirements and instructions of a complete and executable version of an application.
1818
When running a job, the selected image will be pulled to execute your workload. Images can come from public external registries or from the [Scaleway Container Registry](/containers/container-registry/concepts/#container-registry).
1919

2020
## Environment variables
@@ -25,7 +25,7 @@ An environment variable is a variable whose value is set outside the program, ty
2525

2626
In addition to CPU and RAM, Serverless Jobs also provide a storage volume for the duration of the task. This storage space allows to hold the data retrieved by the job, and disappears once the execution is complete.
2727

28-
## GB-s
28+
## GB/s
2929

3030
Unit used to measure the resource consumption of a container. It reflects the amount of memory consumed over time.
3131

@@ -57,6 +57,6 @@ A schedule (cron) is a mechanism used to automatically start a Serverless Job at
5757

5858
This optional field allows you to specify a custom command executed upon starting your job if your container image does not have one already, or if you use a public container image.
5959

60-
## vCPU-s
60+
## vCPU/s
6161

6262
Unit used to measure the resource consumption of a container. It reflects the amount of vCPU used over time.

0 commit comments

Comments
 (0)