techdocsmith commented on a change in pull request #10825:
URL: https://github.com/apache/druid/pull/10825#discussion_r580682483
##########
File path: docs/configuration/human-readable-byte.md
##########
@@ -46,10 +46,11 @@ When you have to put a large number for some configuration
as above, it is easy
Given a disk of 1T, the configuration can be
```properties
-druid.segmentCache.locations=[{"path":"/segment-cache","maxSize":"1t"}]
+druid.segmentCache.locations=[{"path":"/segment-cache-00","maxSize":"1t"},{"path":"/segment-cache-01","maxSize":"1200g"}]
```
Note: in above example, both `1t` and `1T` are acceptable since it's
case-insensitive.
+Also, only integers are valid as the number part: `1200g` can not be replaced
by `1.2t`.
Review comment:
```suggestion
Also, only integers are valid as the number part. For example, you can't
replace `1200g` with `1.2t`.
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]