From 5b07a6bd760fcb9f046c9def5f5866b0abd8357c Mon Sep 17 00:00:00 2001 From: Ruediger Birkner Date: Wed, 7 Feb 2024 20:03:48 +0000 Subject: [PATCH] disable throttling for now --- .../rootfs/etc/systemd/system/ic-boundary.service | 2 -- 1 file changed, 2 deletions(-) diff --git a/ic-os/boundary-guestos/rootfs/etc/systemd/system/ic-boundary.service b/ic-os/boundary-guestos/rootfs/etc/systemd/system/ic-boundary.service index c8385e740e9..a0947c126d8 100644 --- a/ic-os/boundary-guestos/rootfs/etc/systemd/system/ic-boundary.service +++ b/ic-os/boundary-guestos/rootfs/etc/systemd/system/ic-boundary.service @@ -22,8 +22,6 @@ ExecStart=/bin/bash -c ' \ --log-failed-requests-only \ --nftables-system-replicas-path /run/ic-node/etc/nftables/system_replicas.ruleset \ --rate-limit-ledger-transfer 5 \ - --max-concurrency 2048 \ - --shed-ewma-param 0.1 \ ${RPS_LIMIT_SUBNET:+ --rate-limit-per-second-per-subnet "${RPS_LIMIT_SUBNET}"} \ ${CACHE_SIZE:+ --cache-size-bytes "${CACHE_SIZE}"} \ ${CACHE_ITEM_MAX_SIZE:+ --cache-max-item-size-bytes "${CACHE_ITEM_MAX_SIZE}"} \