From daa45733edd32b3de406b921c8ba8ae52e7ab6d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Thu, 15 Jun 2023 08:18:49 -0600 Subject: [PATCH 1/2] Update ispConfig.example.py --- src/ispConfig.example.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ispConfig.example.py b/src/ispConfig.example.py index 5f1ae008..72e1adca 100644 --- a/src/ispConfig.example.py +++ b/src/ispConfig.example.py @@ -17,6 +17,7 @@ upstreamBandwidthCapacityUploadMbps = 1000 # Devices in ShapedDevices.csv without a defined ParentNode (such as if you have a flat {} network) # will be placed under one of these generated parent node, evenly spread out across CPU cores. # This defines the bandwidth limit for each of those generated parent nodes. +# If you are not sure what values to use, simply use the same values as upstreamBandwidthCapacityDownloadMbps and upstreamBandwidthCapacityUploadMbps generatedPNDownloadMbps = 1000 generatedPNUploadMbps = 1000 From d556b297e64d021cf4b56475f1e991e1de98d7d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Wed, 21 Jun 2023 16:57:08 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b4fa5ba9..13b6fe1c 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,12 @@ Single-thread CPU performance will determine the max throughput of a single HTB | Customer Max Plan | Passmark Single-Thread | | --------------------| ------------------------ | | 100 Mbps | 1000 | -| 250 Mbps | 1500 | -| 500 Mbps | 2000 | -| 1 Gbps | 2500 | -| 2 Gbps | 3000 | +| 250 Mbps | 1250 | +| 500 Mbps | 1500 | +| 1 Gbps | 1750 | +| 2 Gbps | 2000 | +| 3 Gbps | 2500 | +| 4 Gbps | 3000 | Below is a table of approximate aggregate throughput capacity, assuming a a CPU with a [single thread](https://www.cpubenchmark.net/singleThread.html#server-thread) performance of 2700 or greater: