aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2026-02-11 13:07:50 +0700
committerShulhan <m.shulhan@gmail.com>2026-04-09 22:18:08 +0700
commite8fbdf75658c2bb88bc9e3bbd8b23c30709d0502 (patch)
tree1108b773b89569b3ba59b34dd521c67a42a26625
parent2fe4e6c9deeafa59f146503233d426af2492375d (diff)
downloadgo-x-proposal-e8fbdf75658c2bb88bc9e3bbd8b23c30709d0502.tar.xz
design/44309: fix broken links on images
-rw-r--r--design/44309-user-configurable-memory-target.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/design/44309-user-configurable-memory-target.md b/design/44309-user-configurable-memory-target.md
index f1c6a44..c562e6f 100644
--- a/design/44309-user-configurable-memory-target.md
+++ b/design/44309-user-configurable-memory-target.md
@@ -282,7 +282,7 @@ It swings at most 3% around 2 GiB.
This target is fairly far from what `GOGC` would have picked.
Mid-way through the live heap increases.
-![](44309/low-noise-heap-target.png)
+![](44309/low-noise-high-heap-target.png)
Notes:
- The pacer is otherwise resilient to a noisy heap target.
@@ -296,7 +296,7 @@ It swings at most 50% around 2 GiB.
This target is fairly far from what `GOGC` would have picked.
Mid-way through the live heap increases.
-![](44309/high-noise-heap-target.png)
+![](44309/high-noise-high-heap-target.png)
Notes:
- The pacer is otherwise resilient to a noisy heap target.