Skip to content

Commit dc1b049

Browse files
ldecarvalho-docRoRoJeauvray-github
authored
fix(efc): review
Co-authored-by: Rowena Jones <[email protected]> Co-authored-by: eauvray-github <[email protected]>
1 parent 49b65df commit dc1b049

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pages/environmental-footprint/additional-content/object-storage-env-footprint.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ The total estimated impact of Object Storage volumes is calculated by integratin
2020

2121
### Ratio per storage volume
2222

23-
To allocate the impact of an Object Storage volume, we apply the unit resulting from the RCP allocation rule to all calculation steps, the `s3_ratio`:
23+
To allocate the impact of an Object Storage volume, we apply the unit resulting from the RCP allocation rule, the s3_ratio, to all calculation steps:
2424

2525
```
2626
s3_ratio = VOLsto/VolstoPool
2727
```
2828

29-
- **VOLsto** - represents the **reserved volume** per user. In Object Storage, your data is replicated 1,5 times on multiple nodes to guarantee availability, so the **VOLsto** is applied with factor of 1,5 to account for replication.
29+
- **VOLsto** - represents the **reserved volume** per user. In Object Storage, your data is replicated 1.5 times on multiple nodes to guarantee availability, so the **VOLsto** is applied with factor of 1.5 to account for replication.
3030
- **VolstoPool** - represents the total storage volume reserved for Object Storage. For this product, only 80% of the total storage capacity of the machines is available. The remaining 20% is reserved for performance reasons.
3131

3232
In the example below we consider a **VOLsto** of 150 GB and a **VolstoPool** of 800 GB.
3333

3434
```
35-
s3_ratio = 150/800 = 0,19
35+
s3_ratio = 150/800 = 0.19
3636
```
3737

3838
### Manufacturing impact
@@ -42,17 +42,17 @@ The calculation of the manufacturing impact of Object Storage volumes is based o
4242
- The manufacturing impact of servers that host user storage
4343
- The manufacturing impact of servers used by the Scaleway Object Storage team to manage the service - on both the Control and Data planes
4444

45-
The calculation is the same used for [measuring the impact of manufacturing for Bare Metal servers](/environmental-footprint/additional-content/environmental-footprint-calculator/#customer-servers), but for Object Storage we also apply the `s3_ratio` to break the impact down to only the allocated volumes.
45+
The calculation is the same one used for [measuring the impact of manufacturing for Bare Metal servers](/environmental-footprint/additional-content/environmental-footprint-calculator/#customer-servers), but for Object Storage we also apply the `s3_ratio` to break the impact down to only the allocated volumes.
4646

4747
#### Calculation example
4848

4949
For the example below, we consider a single server with a lifespan of 6 years (52 560 hours) and power of 110w. We measure the impact of 100 hours and consider through [Boavizta estimates](https://www.boavizta.org/) that the impact of the manufacturing of this server is 850 kgCo2e. Also considering a `s3_ratio` of `0,19`, we make the following calculation:
5050

5151
```
52-
VolumeManufacturingImpact = (100 / 52560) * 850 * 0,19 = 0,3 kgCO2e
52+
VolumeManufacturingImpact = (100 / 52560) * 850 * 0.19 = 0.3 kgCO2e
5353
```
5454

55-
In the example, the dedicated manufacturing impact of a 150 GB usage for 100 hours is 0,3 kgCo2e.
55+
In the example, the dedicated manufacturing impact of a 150 GB usage for 100 hours is 0.3 kgCo2e.
5656

5757
### Usage impact
5858

@@ -61,13 +61,13 @@ The calculation of the usage impact of Object Storage volumes is based on:
6161
- Impact of electricity consumption of servers that host user storage
6262
- Impact of electricity consumption of infrastructure and service management servers by the Scaleway Object Storage team to run the Object Storage service. In this case we consider both the Control and Data planes.
6363

64-
Since Object Storage is present in different regions, we consider the energy mix of the country and the datacenter's PUE to calculate the impact of a kwh.
64+
Since Object Storage is a regional product, we consider the energy mix of the country and the average PUE of data centers in the region to calculate the impact of a kwh.
6565

66-
In the example below, the energy mix is O,065kgCo2e/kwh and the PUE is 1,16. Considering an electrical consumption of 600wh, 100 hours of usage, and a `s3_ratio` of `0,19`, the total usage impact comes down to:
66+
In the example below, the energy mix is O,065kgCo2e/kwh and the PUE is 1.16. Considering a server electrical consumption of 600wh, 100 hours of usage, and a `s3_ratio` of `0.19`, the total usage impact comes down to:
6767

6868
```math
69-
UsageImpact = (0,1900 x 0,065) * 100 * 0,19 = 0,23 kgCo2e
69+
UsageImpact = 0.600 * 100 * 1.16 * 0.065v* 0.19 = 0.74 kgCo2e
7070
```
7171

72-
In the example, the usage impact of a 100 GB usage for 100 hours is 0,23 kgCo2e.
72+
In the example, the usage impact of a 100 GB usage for 100 hours is 0.74 kgCo2e.
7373

0 commit comments

Comments
 (0)