Skip to content

Commit bed0695

Browse files
authored
fix(nats): fix quotas (#5401)
* fix(nats): fix quotas * fix(nats): fix quota
1 parent 9f74c50 commit bed0695

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/organizations-and-projects/additional-content/organization-quotas.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,9 @@ For example, if you choose to create a container with 512 MB of memory and a max
378378

379379
## NATS
380380

381-
Scaleway NATS is a message broker tool based on the NATS protocol, that allows you to transfer messages between different microservices and platforms.
381+
Scaleway NATS is a message broker tool based on the NATS protocol, and it includes JetStream, a persistent messaging system for NATS.
382382

383-
The following usage limits are enforced as Organization quotas when using Scaleway [NATS](/nats/concepts/#nats):
383+
The following usage limits are enforced as Organization quotas when using Scaleway [NATS](/nats/concepts/#nats). The quotas (except for the number of NATS accounts) relate to JetStream when used for persistent messaging, streams, and consumers.
384384

385385
**NATS**
386386

@@ -391,7 +391,7 @@ The following usage limits are enforced as Organization quotas when using Scalew
391391
| NATS queue/stream storage | Max size | 300 MB** | NATS account |
392392
| NATS queue/stream memory | Max size | 0 | NATS account |
393393
| Max number of NATS streams | Max number | 50 | NATS account |
394-
| Max number of NATS consumers | Max number | 50 | NATS account |
394+
| Max number of NATS consumers | Max number | 50 | NATS stream |
395395

396396
**This implies stream replication. If you choose to replicate your stream across all nodes (3), a storage limit of 100 MB applies.
397397
Note that in memory stream are not supported, please create your NATS stream using the `File` storage type.

0 commit comments

Comments
 (0)