From c188c2a5d9281b0e4c43b540b6ad1cca716e0de0 Mon Sep 17 00:00:00 2001 From: Andrei Neagu Date: Tue, 2 Apr 2024 10:37:40 +0200 Subject: [PATCH] added todo --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 861839e..d592037 100644 --- a/Dockerfile +++ b/Dockerfile @@ -102,6 +102,8 @@ ENV ACTIVITY_MONITOR_BUSY_THRESHOLD_DISK_WRITE_BPS=0 ENV ACTIVITY_MONITOR_BUSY_THRESHOLD_NETWORK_RECEIVE_BPS=1024 ENV ACTIVITY_MONITOR_BUSY_THRESHOLD_NETWORK_SENT_BPS=1024 +# TODO: above values require some tewaking otherwise this will always be considered in use + # install service activity monitor RUN apt-get update && \ apt-get install -y curl && \