Gregor
10/10/2022, 2:34 PMconfig
part of a `SpiceDBCluster`'s spec?
* Are there recommendations on how many resources to allocate for the SpiceDB server?vroldanbet
10/10/2022, 3:41 PMconfig
is typically everything that SpiceDB accepts as an CLI flag / environment variable, except you turn the name as described in the CLI help output from kebab-case
into camelCase
. For example --log-level
turns into logLevel
>* Are there recommendations on how many resources to allocate for the SpiceDB server?
Not 100% sure we have a "formula" for this. It largely depends on what you schema looks like. It's better to experiment on a case by case basis, but we always recommend starting with SpiceDB clusters of 3-5 nodes depending on the workload. What datastore are you going to use?Gregor
10/10/2022, 4:00 PM