Skip to content

Commit b6e9df0

Browse files
authored
Apply suggestions from code review
1 parent 6722165 commit b6e9df0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/reference/pages/properties/object-storage-properties.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ This property works together with <<cloud_storage_cache_size_percent,`cloud_stor
343343

344344
=== cloud_storage_cache_size_percent
345345

346-
Maximum size of the cache as a percentage, minus the space that Redpanda avoids using defined by the xref:reference:cluster-properties.adoc#disk_reservation_percent[`disk_reservation_percent`] cluster property. This is calculated at startup and dynamically updated if either this property or <<cloud_storage_cache_size,`cloud_storage_cache_size`>> changes.
346+
Maximum size of the cache as a percentage, minus the space that Redpanda avoids using defined by the xref:reference:cluster-properties.adoc#disk_reservation_percent[`disk_reservation_percent`] cluster property. This is calculated at startup and dynamically updated if either this property, `disk_reservation_percent`, or <<cloud_storage_cache_size,`cloud_storage_cache_size`>> changes.
347347

348348
This property works together with <<cloud_storage_cache_size,`cloud_storage_cache_size`>> to define cache behavior:
349349

@@ -353,6 +353,8 @@ This property works together with <<cloud_storage_cache_size,`cloud_storage_cach
353353

354354
- These properties cannot both be `0`.
355355

356+
- `cloud_storage_cache_size` cannot be `0` while `cloud_storage_cache_size_percent` is `null`.
357+
356358
*Unit:* percent
357359

358360
*Requires restart:* No

0 commit comments

Comments
 (0)