Skip to content

Commit c7bfc8d

Browse files
fix(efc): reviews elise 4
1 parent e3f3335 commit c7bfc8d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pages/environmental-footprint/additional-content/instances-env-footprint.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ categories:
1616

1717
For Virtual Instances, the calculation of the environmental footprint takes into consideration all the elements described on the [Environmental Footprint calculation breakdown](/environmental-footprint/additional-content/environmental-footprint-calculator/) documentation page.
1818

19-
2019
## Calculation aspects
2120

2221
The following elements are considered in the Instance footprint calculation:
@@ -70,7 +69,7 @@ Initially we base the calculation on a [theoretical value](/environmental-footpr
7069

7170
### Calculation example
7271

73-
In the example below we will calculate the manufacturing impact allocated to an Instance for a one-year usage period.
72+
In the example below we will calculate the manufacturing impact allocated to an Instance for an 100 hour usage period.
7473

7574
Consider the following characteristics:
7675

@@ -79,7 +78,7 @@ Consider the following characteristics:
7978
| vCPU | 4 | 16 CPU cores |
8079
| RAM | 8 GB | 64 GB |
8180
| Storage | 50 GB | 1 TB (1000 GB) |
82-
| Lifespan (in years) | | 6 |
81+
| Lifespan (in years) | | 6 years = 52560h |
8382
| Manufacturing impact | | 100 kgCo2e |
8483

8584
The allocation of the hypervisor resources for this particular Instance is calculated in the following manner:
@@ -94,7 +93,7 @@ The allocation of the hypervisor resources for this particular Instance is calcu
9493
We multiply the resource allocation by the Instance's lifespan ratio and the hypervisor's manufacturing impact to obtain the manufacturing impact allocated to the Instance:
9594

9695
```
97-
1 / 6 x 100 x 0,425 = 7,1 kgCO2eq
96+
(100 hours / 52,680 hours) × 100 kgCO2e × 0.425 = 0.080 kgCO2eq
9897
```
9998

10099

0 commit comments

Comments
 (0)