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
-`W_max` = maximum TDP (watts) from `factors.json`
46
48
-`utilization` = CPU utilisation fraction (default: 0.50, matching CCF baseline)
49
+
-`memory_gb` = RAM size from `factors.json`
50
+
-`0.392 W/GB` = CCF memory power coefficient (constant, not utilization-dependent)
51
+
52
+
Memory power draw is **constant** regardless of CPU utilisation. This reflects that DRAM draws near-constant power whether or not it is actively being written to, consistent with CCF v3 methodology.
47
53
48
54
### Carbon Calculation
49
55
@@ -64,21 +70,27 @@ GCP's 1.10 PUE is the best in class among the three major providers, producing ~
64
70
65
71
### Worked Example — AWS m5.large in us-east-1 at 50% utilisation
Copy file name to clipboardExpand all lines: dist/index.cjs
+13-7Lines changed: 13 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1968,7 +1968,7 @@ var factors_default = {
1968
1968
// package.json
1969
1969
varpackage_default={
1970
1970
name: "greenops-cli",
1971
-
version: "0.6.0",
1971
+
version: "0.7.0",
1972
1972
description: "Carbon footprint linting for Terraform plans \u2014 AWS, Azure, and GCP. Analyses infrastructure changes for Scope 2, Scope 3, and water impact. Posts recommendations directly on GitHub PRs.",
1973
1973
main: "dist/index.cjs",
1974
1974
bin: {
@@ -2241,6 +2241,7 @@ function extractResourceInputs(planFilePath) {
0 commit comments