You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To calculate the Instance's energy consumption we:
199
+
200
+
1. Consider the hypervisor's consumption (1000 kWh) and multiply it by the total Instance share (0.425):
201
+
```
202
+
1000 kWh × 0.425 = 425 kWh
203
+
```
204
+
2. Adjust the energy consumption based on the [PUE](/environmental-footprint/concepts#pue-power-usage-effectiveness) of the data center (1.3) where the hypervisor is located:
205
+
```
206
+
425 kWh × 1.3 = 552.5 kWh
207
+
```
208
+
3. Calculate the total emissions of the Instance based on the energy mix (300 gCO2eq/kWh) of the country where the hypervisor is located:
0 commit comments