Skip to content

Commit d1a554e

Browse files
authored
Update concept-performance.md
1 parent 2aad85c commit d1a554e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-web-pubsub/concept-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ For **send to big group**, the outbound bandwidth becomes the bottleneck before
135135

136136
The routing cost is significant for sending message to many small groups. Currently, the Azure Web PubSub Service implementation hits the routing cost limit at Unit 50. Adding more CPU and memory doesn't help, so Unit 100 can't improve further by design. If you need more inbound bandwidth, need to scale up to use **Premium_P2**(unit >100).
137137

138-
| Send to small group | Unit 1 | Unit 2 | Unit 10 | Uni 50 | Unit 100 | Unit 200 | Unit 500 | Unit 1000 |
138+
| Send to small group | Unit 1 | Unit 2 | Unit 10 | Unit 50 | Unit 100 | Unit 200 | Unit 500 | Unit 1000 |
139139
|---------------------------|-------|-------|--------|--------|---------|--------|---------|---------|
140140
| Connections | 1,000 | 2,000 | 10,000 | 50,000 | 100,000 | 200,000 | 500,000 | 1,000,000 |
141141
| Group member count | 10 | 10 | 10 | 10 | 10 | 10 | 10 | 10 |

0 commit comments

Comments
 (0)