sciabarracom opened a new issue, #89: URL: https://github.com/apache/openserverless/issues/89
## Why you need it? we need to run a training where we may neeed a large number of users and databases ## How it could be? a config parameter to set max users/roles/database in milvus ## Other related information `milvus.yaml` configuration parameters for to have 200 users/roles/databases (note we need a role for each user to restrict to a database) ``` maxUserNum: 201 maxDatabaseNum: 201 # Maximum number of database maxRoleNum: 202 ``` note also the number is 200 + x because there are one default database, one default users and two default roles. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@openserverless.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org