You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/spicedb/concepts/commands/page.mdx
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,8 @@ spicedb datastore gc [flags]
124
124
--datastore-tx-overlap-strategy string strategy to generate transaction overlap keys ("request", "prefix", "static", "insecure") (CockroachDB driver only - see https://spicedb.dev/d/crdb-overlap for details) (default "static")
125
125
--datastore-watch-buffer-length uint16 how large the watch buffer should be before blocking (default 1024)
126
126
--datastore-watch-buffer-write-timeout duration how long the watch buffer should queue before forcefully disconnecting the reader (default 1s)
127
-
--datastore-watch-connect-timeout duration how long the watch connection should wait before timing out (CockroachDB driver only) (default 1s)
127
+
--datastore-watch-change-buffer-maximum-size string how much memory to reserve for the watch change buffer, either as a quantity of bytes (e.g. 5Gi) or a percentage of available memory (e.g. 50%). if this value is exceeded, the watch will error and must be restarted. (default "15%")
128
+
--datastore-watch-connect-timeout duration how long the watch connection to the underlying datastore should wait before timing out (CockroachDB driver only) (default 1s)
128
129
--otel-endpoint string OpenTelemetry collector endpoint - the endpoint can also be set by using enviroment variables
129
130
--otel-insecure connect to the OpenTelemetry collector in plaintext
--datastore-tx-overlap-strategy string strategy to generate transaction overlap keys ("request", "prefix", "static", "insecure") (CockroachDB driver only - see https://spicedb.dev/d/crdb-overlap for details) (default "static")
290
291
--datastore-watch-buffer-length uint16 how large the watch buffer should be before blocking (default 1024)
291
292
--datastore-watch-buffer-write-timeout duration how long the watch buffer should queue before forcefully disconnecting the reader (default 1s)
292
-
--datastore-watch-connect-timeout duration how long the watch connection should wait before timing out (CockroachDB driver only) (default 1s)
293
+
--datastore-watch-change-buffer-maximum-size string how much memory to reserve for the watch change buffer, either as a quantity of bytes (e.g. 5Gi) or a percentage of available memory (e.g. 50%). if this value is exceeded, the watch will error and must be restarted. (default "15%")
294
+
--datastore-watch-connect-timeout duration how long the watch connection to the underlying datastore should wait before timing out (CockroachDB driver only) (default 1s)
293
295
--otel-endpoint string OpenTelemetry collector endpoint - the endpoint can also be set by using enviroment variables
294
296
--otel-insecure connect to the OpenTelemetry collector in plaintext
--datastore-tx-overlap-strategy string strategy to generate transaction overlap keys ("request", "prefix", "static", "insecure") (CockroachDB driver only - see https://spicedb.dev/d/crdb-overlap for details) (default "static")
478
480
--datastore-watch-buffer-length uint16 how large the watch buffer should be before blocking (default 1024)
479
481
--datastore-watch-buffer-write-timeout duration how long the watch buffer should queue before forcefully disconnecting the reader (default 1s)
480
-
--datastore-watch-connect-timeout duration how long the watch connection should wait before timing out (CockroachDB driver only) (default 1s)
482
+
--datastore-watch-change-buffer-maximum-size string how much memory to reserve for the watch change buffer, either as a quantity of bytes (e.g. 5Gi) or a percentage of available memory (e.g. 50%). if this value is exceeded, the watch will error and must be restarted. (default "15%")
483
+
--datastore-watch-connect-timeout duration how long the watch connection to the underlying datastore should wait before timing out (CockroachDB driver only) (default 1s)
481
484
--disable-version-response disables version response support in the API
482
485
--dispatch-cache-enabled enable caching of dispatch calls this server makes to other servers (default true)
483
486
--dispatch-cache-max-cost string upper bound (in bytes or as a percent of available memory) of the cache for dispatch calls this server makes to other servers (default "30%")
0 commit comments