From 9e106a43acce8d8afd4728c0e69828c33fd751e5 Mon Sep 17 00:00:00 2001 From: Samuel Maier Date: Sun, 28 Jul 2024 18:32:46 +0200 Subject: [PATCH] explain how to observe ram usage --- docs/tutorial/slim_down.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/slim_down.md b/docs/tutorial/slim_down.md index 695458c..2b519fa 100644 --- a/docs/tutorial/slim_down.md +++ b/docs/tutorial/slim_down.md @@ -7,7 +7,7 @@ title: "Slimming down RAM usage" If you deploy this image in a RAM constrained environment, there are a few things you can do do slim down the image. -On a Raspberry Pi 4 (arm64) with version v0.3.10 this was able to reduce idle memory consumption from >1GB to ~200MB. +On a Raspberry Pi 4 (arm64) with version v0.3.10 this was able to reduce idle memory consumption from >1GB to ~200MB (as observed with `docker container stats`). ## TLDR