Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set Account Resource Limits based on Account Type #113

Open
1 task
Tracked by #112
mfreeman451 opened this issue Apr 28, 2024 · 0 comments
Open
1 task
Tracked by #112

Set Account Resource Limits based on Account Type #113

mfreeman451 opened this issue Apr 28, 2024 · 0 comments

Comments

@mfreeman451
Copy link
Contributor

mfreeman451 commented Apr 28, 2024

https://docs.nats.io/running-a-nats-service/configuration/resource_management#multi-tenancy-and-resource-mgmt

  • Add AccountType field to users collection in firestore
accounts {
    <instanceId>: {
        jetstream {
            max_mem: 512M
            max_file: 1G
            max_streams: 10
            max_consumers: 100
        }
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant