Skip to content

Commit 1be4116

Browse files
committed
Update 200 Cloud IPs.md
Correct the example
1 parent c927f0b commit 1be4116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/markdown/docs/03 cloud/07 Cloud reference/200 Cloud IPs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ Second step is to determine the number of VUs per instance.
6868
- Tier 3 instances can host up to 5000 VUs
6969

7070
Regardless of the tier, the amount of resources (CPU, Memory, Network) per VU is the same.
71-
For example, if you start a test with 400VUs, k6 uses 1 Tier 1 server,
72-
meaning that the traffic generated from our service comes from 1 IP.
71+
72+
For example, if you start a test with 400VUs, k6 uses 2 Tier 1 servers, with each of them hosting 200 VUs. This means that the traffic generated from our service comes from 2 IPs.
7373

7474
If you start a test with 1000VUs in a single load zone, k6 uses 1x Tier 2 server.
7575
If the same test is started in 2 load zones, k6 would allocate 500 VUs per load zone and use 4x Tier 1 servers.

0 commit comments

Comments
 (0)