gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-grid5k] 123/141: update per stream limit in loki


From: gnunet
Subject: [taler-grid5k] 123/141: update per stream limit in loki
Date: Thu, 18 Nov 2021 14:51:04 +0100

This is an automated email from the git hooks/post-receive script.

marco-boss pushed a commit to branch master
in repository grid5k.

commit bc07c548dc9441fda19db7d49414e9cc0ce6d4f1
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Thu Nov 11 10:08:40 2021 +0100

    update per stream limit in loki
---
 configs/etc/monitor/loki.yaml | 2 ++
 experiment/setup.sh           | 2 ++
 experiment/taler-perf.sh      | 4 ++--
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/configs/etc/monitor/loki.yaml b/configs/etc/monitor/loki.yaml
index 65d449d..e00581b 100644
--- a/configs/etc/monitor/loki.yaml
+++ b/configs/etc/monitor/loki.yaml
@@ -54,6 +54,8 @@ limits_config:
   max_streams_per_user: 0 # unlimited
   ingestion_burst_size_mb: 10000 # high enough to simulate unlimited
   ingestion_rate_mb: 10000
+  per_stream_rate_limit: 1GB
+  per_stream_rate_limit_burst: 4GB
 
 chunk_store_config:
   max_look_back_period: 0s
diff --git a/experiment/setup.sh b/experiment/setup.sh
index 3c49412..b376a04 100644
--- a/experiment/setup.sh
+++ b/experiment/setup.sh
@@ -41,4 +41,6 @@ systemctl restart dnsmasq
 
 exec ~/scripts/createusers.sh
 
+mv ~/taler-perf.sh /usr/local/bin/taler-perf
+
 exit 0
diff --git a/experiment/taler-perf.sh b/experiment/taler-perf.sh
index 41e70c2..9a39540 100644
--- a/experiment/taler-perf.sh
+++ b/experiment/taler-perf.sh
@@ -37,7 +37,7 @@ function start_processes() {
       ;;
     *)
       echo "Unknown argument '$1' for function ${FUNCNAME[0]}"
-      echo "Usage: start [wallets|exchanges] NUM"
+      echo "Usage: start [wallet|exchange] NUM"
       ;;
   esac
 }
@@ -49,7 +49,7 @@ function stop_processes() {
       ;;
     *)
       echo "Unknown argument '$1' for function ${FUNCNAME[0]}"
-      echo "Usage: stop [wallets] NUM"
+      echo "Usage: stop [wallet] NUM"
       ;;
    esac
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]